|
@@ -111,8 +111,8 @@ enum fixed_addresses {
|
|
#ifdef CONFIG_PARAVIRT
|
|
#ifdef CONFIG_PARAVIRT
|
|
FIX_PARAVIRT_BOOTMAP,
|
|
FIX_PARAVIRT_BOOTMAP,
|
|
#endif
|
|
#endif
|
|
- FIX_TEXT_POKE0, /* reserve 2 pages for text_poke() */
|
|
|
|
- FIX_TEXT_POKE1,
|
|
|
|
|
|
+ FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */
|
|
|
|
+ FIX_TEXT_POKE0, /* first page is last, because allocation is backward */
|
|
__end_of_permanent_fixed_addresses,
|
|
__end_of_permanent_fixed_addresses,
|
|
/*
|
|
/*
|
|
* 256 temporary boot-time mappings, used by early_ioremap(),
|
|
* 256 temporary boot-time mappings, used by early_ioremap(),
|