diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-02-24 22:57:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-26 13:33:47 +0000 |
commit | 8f3112707fabc2f9f932a4ac1c5b92f3266e4662 (patch) | |
tree | 270f660b9021024fd93c8c95fff213140905550a /arch | |
parent | 97594b0f35c0708cb9551c070b9693a52ec24ebf (diff) | |
download | op-kernel-dev-8f3112707fabc2f9f932a4ac1c5b92f3266e4662.zip op-kernel-dev-8f3112707fabc2f9f932a4ac1c5b92f3266e4662.tar.gz |
ARM: 6765/1: remove obsolete comment from asm/mach/arch.h
Since commit 6fc31d54 this comment is no longer true.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/mach/arch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/mach/arch.h b/arch/arm/include/asm/mach/arch.h index 3a0893a..bf13b81 100644 --- a/arch/arm/include/asm/mach/arch.h +++ b/arch/arm/include/asm/mach/arch.h @@ -15,10 +15,6 @@ struct meminfo; struct sys_timer; struct machine_desc { - /* - * Note! The first two elements are used - * by assembler code in head.S, head-common.S - */ unsigned int nr; /* architecture number */ const char *name; /* architecture name */ unsigned long boot_params; /* tagged list */ |