mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +00:00
[MIPS] Remove unused MODULE_RANGE macro.
Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c0efbb6dc2
commit
cf495a3330
@ -73,11 +73,6 @@ void (*board_nmi_handler_setup)(void);
|
||||
void (*board_ejtag_handler_setup)(void);
|
||||
void (*board_bind_eic_interrupt)(int irq, int regset);
|
||||
|
||||
/*
|
||||
* These constant is for searching for possible module text segments.
|
||||
* MODULE_RANGE is a guess of how much space is likely to be vmalloced.
|
||||
*/
|
||||
#define MODULE_RANGE (8*1024*1024)
|
||||
|
||||
static void show_trace(unsigned long *stack)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user