projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8ebca
)
[S390] facility detection: remove unused variable
author
Heiko Carstens
<
[email protected]
>
Fri, 29 Oct 2010 14:50:40 +0000
(16:50 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Fri, 29 Oct 2010 14:50:50 +0000
(16:50 +0200)
arch/s390/kernel/early.c: In function 'setup_hpage':
arch/s390/kernel/early.c:285:15: warning: unused variable 'facilities'
Signed-off-by: Heiko Carstens <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/kernel/early.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/early.c
b/arch/s390/kernel/early.c
index d149609e46e63c0ebc518140fd9983a7d70a95ce..3b7e7dddc324a6985a09758ce9636da5e6cae8c6 100644
(file)
--- a/
arch/s390/kernel/early.c
+++ b/
arch/s390/kernel/early.c
@@
-282,8
+282,6
@@
static noinline __init void setup_facility_list(void)
static noinline __init void setup_hpage(void)
{
#ifndef CONFIG_DEBUG_PAGEALLOC
- unsigned int facilities;
-
if (!test_facility(2) || !test_facility(8))
return;
S390_lowcore.machine_flags |= MACHINE_FLAG_HPAGE;