|
@@ -45,8 +45,8 @@
|
|
** Globals
|
|
** Globals
|
|
*/
|
|
*/
|
|
|
|
|
|
-unsigned long vmalloc_end;
|
|
|
|
-EXPORT_SYMBOL(vmalloc_end);
|
|
|
|
|
|
+unsigned long m68k_vmalloc_end;
|
|
|
|
+EXPORT_SYMBOL(m68k_vmalloc_end);
|
|
|
|
|
|
unsigned long pmeg_vaddr[PMEGS_NUM];
|
|
unsigned long pmeg_vaddr[PMEGS_NUM];
|
|
unsigned char pmeg_alloc[PMEGS_NUM];
|
|
unsigned char pmeg_alloc[PMEGS_NUM];
|
|
@@ -172,8 +172,8 @@ void mmu_emu_init(unsigned long bootmem_end)
|
|
#endif
|
|
#endif
|
|
// the lowest mapping here is the end of our
|
|
// the lowest mapping here is the end of our
|
|
// vmalloc region
|
|
// vmalloc region
|
|
- if(!vmalloc_end)
|
|
|
|
- vmalloc_end = seg;
|
|
|
|
|
|
+ if (!m68k_vmalloc_end)
|
|
|
|
+ m68k_vmalloc_end = seg;
|
|
|
|
|
|
// mark the segmap alloc'd, and reserve any
|
|
// mark the segmap alloc'd, and reserve any
|
|
// of the first 0xbff pages the hardware is
|
|
// of the first 0xbff pages the hardware is
|