diff options
author | Al Stone <al.stone@linaro.org> | 2013-11-22 15:13:12 -0700 |
---|---|---|
committer | Graeme Gregory <graeme.gregory@linaro.org> | 2013-11-26 12:19:57 +0000 |
commit | 53abf75d76989a674f4e660a01c24285b8d655b4 (patch) | |
tree | 753309a6340b5df2fd16dcd16f0bb2a33fe14dde | |
parent | a689914378e8337cba6f715e2892e467e64e9c5e (diff) | |
download | leg-kernel-53abf75d76989a674f4e660a01c24285b8d655b4.tar.gz |
ACPI: ARM: remove unnecessary comments
Signed-off-by: Al Stone <al.stone@linaro.org>
-rw-r--r-- | arch/arm/include/asm/processor.h | 6 | ||||
-rw-r--r-- | arch/arm64/include/asm/processor.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/include/asm/processor.h b/arch/arm/include/asm/processor.h index abff94afa776..250cc110b61e 100644 --- a/arch/arm/include/asm/processor.h +++ b/arch/arm/include/asm/processor.h @@ -108,10 +108,6 @@ static inline void prefetch(const void *ptr) #define ARCH_HAS_SPINLOCK_PREFETCH #define spin_lock_prefetch(x) do { } while (0) -/* - * Not all ARM devices have ACPI, but some do - * BOZO: is this correct? - */ #ifdef CONFIG_ACPI enum idle_boot_override { IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, IDLE_POLL, IDLE_FORCE_MWAIT }; @@ -119,8 +115,6 @@ enum idle_boot_override { IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, extern unsigned long boot_option_idle_override; #endif -/* end BOZO */ - #endif #define HAVE_ARCH_PICK_MMAP_LAYOUT diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index 53326fd81897..550e0525acae 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h @@ -155,10 +155,6 @@ static inline void spin_lock_prefetch(const void *x) prefetchw(x); } -/* - * Not all ARM devices have ACPI, but some do - * BOZO: is this correct? - */ #ifdef CONFIG_ACPI enum idle_boot_override { IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, IDLE_POLL, IDLE_FORCE_MWAIT }; @@ -166,8 +162,6 @@ enum idle_boot_override { IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, extern unsigned long boot_option_idle_override; #endif -/* end BOZO */ - #define HAVE_ARCH_PICK_MMAP_LAYOUT #endif |