]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] kmap: fix build errors with DEBUG_HIGHMEM enabled
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 18 Nov 2009 18:03:19 +0000 (18:03 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Nov 2009 14:23:36 +0000 (14:23 +0000)
commit47b663cda6a1188d37e93ea67fb4d86fe5c4cc57
tree52e0a33073f7e415a0626b1009bab943a25b8193
parent39bfcc6c679da0ba40f9d186140a8bf7d4c73465
[ARM] kmap: fix build errors with DEBUG_HIGHMEM enabled

f351310 broke ARM by requiring KM_IRQ_PTE, KM_NMI and KM_NMI_PTE to
always be defined.  Solve this by providing invalid definitions for
these constants, but only if CONFIG_DEBUG_HIGHMEM is enabled.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/kmap_types.h