From 1d47715a8319938190db5004c407eadd0d0e5c40 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 1 Jul 2009 17:37:22 -0400 Subject: [PATCH] --- yaml --- r: 155039 b: refs/heads/master c: 12b9d7ccb841805e347fec8f733f368f43ddba40 h: refs/heads/master i: 155037: 6126945daef5cc31e77925f1933f56b750873231 155035: 48e77df39337bd06c8cbee8e1d841731d6f2a2cd 155031: 487e646747bc2d507fed30978f10007aad4b1430 155023: 57a5f5c7309b3fe8bd4bfd56a6e8bd3d12009574 155007: a08d3f972cd0ba31073a5ed85b9603ca94248678 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/fixmap.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 723bc49f2694..7cb96c25ef3b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 251e1e44b97852aa5e53e71c4b47e55b2dfd054e +refs/heads/master: 12b9d7ccb841805e347fec8f733f368f43ddba40 diff --git a/trunk/arch/x86/include/asm/fixmap.h b/trunk/arch/x86/include/asm/fixmap.h index 3eb0f79a5320..7b2d71df39a6 100644 --- a/trunk/arch/x86/include/asm/fixmap.h +++ b/trunk/arch/x86/include/asm/fixmap.h @@ -111,8 +111,8 @@ enum fixed_addresses { #ifdef CONFIG_PARAVIRT FIX_PARAVIRT_BOOTMAP, #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, /* * 256 temporary boot-time mappings, used by early_ioremap(),