From 00f2f3eb862733d58a44cb6497acda81444d78ef Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Mon, 4 Dec 2006 15:40:28 +0100 Subject: [PATCH] --- yaml --- r: 42031 b: refs/heads/master c: a1a392f0b4f27604811bf8aa8d7636b3b4bc3803 h: refs/heads/master i: 42029: 344d9e203cec49b7452d7c3bd3a92b813dccc7f7 42027: aa9247162d2ee7547cabf762a544586631db9b33 42023: ca7e74a8e7c5335e1e3aaebe8edd8e7c3d92a978 42015: c1feeff98d6b1383acdfda0de3abc363e23d42c7 v: v3 --- [refs] | 2 +- trunk/include/asm-s390/kexec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbdb5947fbe9..c46c7eba59f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15e9b586e0bd3692e2a21c5be178810d9d32214e +refs/heads/master: a1a392f0b4f27604811bf8aa8d7636b3b4bc3803 diff --git a/trunk/include/asm-s390/kexec.h b/trunk/include/asm-s390/kexec.h index ce28ddda0f50..9c35c8ad1afd 100644 --- a/trunk/include/asm-s390/kexec.h +++ b/trunk/include/asm-s390/kexec.h @@ -26,7 +26,7 @@ /* Maximum address we can use for the control pages */ /* Not more than 2GB */ -#define KEXEC_CONTROL_MEMORY_LIMIT (1<<31) +#define KEXEC_CONTROL_MEMORY_LIMIT (1UL<<31) /* Allocate one page for the pdp and the second for the code */ #define KEXEC_CONTROL_CODE_SIZE 4096