[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1255906168-19279-2-git-send-email-andreas.fenkart@streamunlimited.com>
Date: Mon, 19 Oct 2009 00:49:28 +0200
From: Andreas Fenkart <andreas.fenkart@...eamunlimited.com>
To: linux-kernel@...r.kernel.org
Cc: Andreas Fenkart <andreas.fenkart@...eamunlimited.com>
Subject: [PATCH 1/1] Make totalhigh_pages of consistent type.
Signed-off-by: Andreas Fenkart <andreas.fenkart@...eamunlimited.com>
---
include/linux/highmem.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/highmem.h b/include/linux/highmem.h
index 211ff44..ab2cc20 100644
--- a/include/linux/highmem.h
+++ b/include/linux/highmem.h
@@ -46,7 +46,7 @@ void kmap_flush_unused(void);
static inline unsigned int nr_free_highpages(void) { return 0; }
-#define totalhigh_pages 0
+#define totalhigh_pages 0UL
#ifndef ARCH_HAS_KMAP
static inline void *kmap(struct page *page)
--
1.6.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists