x86: Fix Moorestown VRTC fixmap placement

The x86 fixmaps need to be all together... unfortunately the
VRTC one was misplaced.

This patch makes sure the MRST VRTC fixmap is put prior to the
__end_of_permanent_fixed_addresses marker.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
LKML-Reference: <20110111105544.24448.27607.stgit@bob.linux.org.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by Arjan van de Ven and committed by Ingo Molnar fa36e956 718c45bd

+2 -2
+2 -2
arch/x86/include/asm/fixmap.h
··· 116 116 #endif 117 117 FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */ 118 118 FIX_TEXT_POKE0, /* first page is last, because allocation is backward */ 119 - __end_of_permanent_fixed_addresses, 120 - 121 119 #ifdef CONFIG_X86_MRST 122 120 FIX_LNW_VRTC, 123 121 #endif 122 + __end_of_permanent_fixed_addresses, 123 + 124 124 /* 125 125 * 256 temporary boot-time mappings, used by early_ioremap(), 126 126 * before ioremap() is functional.