diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/types.h b/include/asm-i386/types.h index b0d095271284..ced00fe8fe61 100644 --- a/include/asm-i386/types.h +++ b/include/asm-i386/types.h @@ -51,7 +51,7 @@ typedef unsigned long long u64; /* DMA addresses come in generic and 64-bit flavours. */ -#ifdef CONFIG_HIGHMEM +#ifdef CONFIG_HIGHMEM64G typedef u64 dma_addr_t; #else typedef u32 dma_addr_t; |
