* [PATCH] reduce ifdef clutter in arch/ppc64/kernel/sysfs.c
@ 2004-09-26 12:22 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-26 12:22 UTC (permalink / raw)
To: anton; +Cc: linux-kernel
--- 1.12/arch/ppc64/kernel/sysfs.c 2004-09-21 09:22:33 +02:00
+++ edited/arch/ppc64/kernel/sysfs.c 2004-09-25 17:19:25 +02:00
@@ -15,8 +15,7 @@
/* SMT stuff */
-#ifndef CONFIG_PPC_ISERIES
-
+#ifdef CONFIG_PPC_MULTIPLATFORM
/* default to snooze disabled */
DEFINE_PER_CPU(unsigned long, smt_snooze_delay);
@@ -92,19 +91,6 @@
}
__setup("smt-snooze-delay=", setup_smt_snooze_delay);
-#endif
-
-
-/* PMC stuff */
-
-#ifdef CONFIG_PPC_ISERIES
-void ppc64_enable_pmcs(void)
-{
- /* XXX Implement for iseries */
-}
-#endif
-
-#ifdef CONFIG_PPC_MULTIPLATFORM
/*
* Enabling PMCs will slow partition context switch times so we only do
* it the first time we write to the PMCs.
@@ -180,6 +166,14 @@
mtspr(CTRLT, ctrl);
}
#endif /* CONFIG_PPC_PSERIES */
+}
+
+#else
+
+/* PMC stuff */
+void ppc64_enable_pmcs(void)
+{
+ /* XXX Implement for iseries */
}
#endif /* CONFIG_PPC_MULTIPLATFORM */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-26 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26 12:22 [PATCH] reduce ifdef clutter in arch/ppc64/kernel/sysfs.c Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox