diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2006-01-28 05:02:52 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-02 21:23:55 (GMT) |
commit | af14aca90e0cdfccd71f9947c45b6ea2cf321dcb (patch) | |
tree | fe071a17a7c08b6f4ca4b80e3643a97d640bcf20 /arch/ia64 | |
parent | a80dcc0b9660b01a2cc1c0faa8f6095970f38730 (diff) | |
download | linux-fsl-qoriq-af14aca90e0cdfccd71f9947c45b6ea2cf321dcb.tar.xz |
[IA64] Remove stale comment from ia64/Kconfig
Somehow I doubt this comment is meant to be here anymore... It's
been floating after the L1_CACHE_SHIFT entry since before Linux
moved to bitkeeper.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 199eeaf..a1942f7 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -194,7 +194,6 @@ config IA64_L1_CACHE_SHIFT default "7" if MCKINLEY default "6" if ITANIUM -# align cache-sensitive data to 64 bytes config IA64_CYCLONE bool "Cyclone (EXA) Time Source support" help |