patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / ppc64 / kernel / pSeries_nvram.c
index ff775a9..ebccb16 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/machdep.h>
 
 static unsigned int nvram_size;
-static unsigned int nvram_fetch, nvram_store;
+static int nvram_fetch, nvram_store;
 static char nvram_buf[NVRW_CNT];       /* assume this is in the first 4GB */
 static spinlock_t nvram_lock = SPIN_LOCK_UNLOCKED;