From 9adc85604c0db3e0957832ed17aa909228ef6e26 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:33:45 +0100 Subject: [PATCH] --- yaml --- r: 80448 b: refs/heads/master c: a8efa1cd51d6f6407df5f42d8f1a7e9fc7178d1a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/fixmap_32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b7e49a2137c4..828f3bf977ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b42f51630c7eebce6fb780b480731eb81afd325 +refs/heads/master: a8efa1cd51d6f6407df5f42d8f1a7e9fc7178d1a diff --git a/trunk/include/asm-x86/fixmap_32.h b/trunk/include/asm-x86/fixmap_32.h index 0e990218a09c..46bedb7b5426 100644 --- a/trunk/include/asm-x86/fixmap_32.h +++ b/trunk/include/asm-x86/fixmap_32.h @@ -91,7 +91,7 @@ enum fixed_addresses { #endif __end_of_permanent_fixed_addresses, /* temporary boot-time mappings, used before ioremap() is functional */ -#define NR_FIX_BTMAPS 16 +#define NR_FIX_BTMAPS 64 #define FIX_BTMAPS_NESTING 4 FIX_BTMAP_END = __end_of_permanent_fixed_addresses, FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1,