From 7acb72c7c51f9d30d0f6a941779a2fc4ccac6358 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Sat, 11 Feb 2006 17:56:03 -0800 Subject: [PATCH] --- yaml --- r: 20219 b: refs/heads/master c: 0defa3c19e7792001df09d6fa5ab461d3599ff6d h: refs/heads/master i: 20217: 962a3258e7cbed407c8e28f327f76f1e06dca41d 20215: 733025e577af3882883d197c8bad579007c2cbfd v: v3 --- [refs] | 2 +- trunk/include/asm-s390/setup.h | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8acfedbe95eb..55fca45f5f4f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e7684277f6882a23cfb734cb7450c3a469e6e8b1 +refs/heads/master: 0defa3c19e7792001df09d6fa5ab461d3599ff6d diff --git a/trunk/include/asm-s390/setup.h b/trunk/include/asm-s390/setup.h index 348a88137445..da3fd4a7bb32 100644 --- a/trunk/include/asm-s390/setup.h +++ b/trunk/include/asm-s390/setup.h @@ -8,6 +8,8 @@ #ifndef _ASM_S390_SETUP_H #define _ASM_S390_SETUP_H +#ifdef __KERNEL__ + #include #define PARMAREA 0x10400 @@ -114,7 +116,7 @@ extern u16 ipl_devno; IPL_PARMBLOCK_ORIGIN) #define IPL_PARMBLOCK_SIZE (IPL_PARMBLOCK_START->hdr.length) -#else +#else /* __ASSEMBLY__ */ #ifndef __s390x__ #define IPL_DEVICE 0x10404 @@ -127,6 +129,6 @@ extern u16 ipl_devno; #endif /* __s390x__ */ #define COMMAND_LINE 0x10480 -#endif - -#endif +#endif /* __ASSEMBLY__ */ +#endif /* __KERNEL__ */ +#endif /* _ASM_S390_SETUP_H */