[2.6 patch] remove the outdated remove arch/i386/kernel/cpu/{,mtrr/}changelog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch removes two outdated changelog files.


Signed-off-by: Adrian Bunk <[email protected]>

---

 arch/i386/kernel/cpu/changelog      |   63 -------
 arch/i386/kernel/cpu/mtrr/changelog |  229 ----------------------------
 2 files changed, 292 deletions(-)

--- linux-2.6.15-mm1-full/arch/i386/kernel/cpu/changelog	2006-01-03 04:21:10.000000000 +0100
+++ /dev/null	2005-11-08 19:07:57.000000000 +0100
@@ -1,63 +0,0 @@
-/*
- *  Enhanced CPU type detection by Mike Jagdis, Patrick St. Jean
- *  and Martin Mares, November 1997.
- *
- *  Force Cyrix 6x86(MX) and M II processors to report MTRR capability
- *  and Cyrix "coma bug" recognition by
- *  Zoltán Böszörményi <[email protected]> February 1999.
- * 
- *  Force Centaur C6 processors to report MTRR capability.
- *  Bart Hartgers <[email protected]>, May 1999.
- *
- *  Intel Mobile Pentium II detection fix. Sean Gilley, June 1999.
- *
- *  IDT Winchip tweaks, misc clean ups.
- *  Dave Jones <[email protected]>, August 1999
- *
- *  Better detection of Centaur/IDT WinChip models.
- *  Bart Hartgers <[email protected]>, August 1999.
- *
- *  Cleaned up cache-detection code
- *  Dave Jones <[email protected]>, October 1999
- *
- *  Added proper L2 cache detection for Coppermine
- *  Dragan Stancevic <[email protected]>, October 1999
- *
- *  Added the original array for capability flags but forgot to credit 
- *  myself :) (~1998) Fixed/cleaned up some cpu_model_info and other stuff
- *  Jauder Ho <[email protected]>, January 2000
- *
- *  Detection for Celeron coppermine, identify_cpu() overhauled,
- *  and a few other clean ups.
- *  Dave Jones <[email protected]>, April 2000
- *
- *  Pentium III FXSR, SSE support
- *  General FPU state handling cleanups
- *  Gareth Hughes <[email protected]>, May 2000
- *
- *  Added proper Cascades CPU and L2 cache detection for Cascades
- *  and 8-way type cache happy bunch from Intel:^)
- *  Dragan Stancevic <[email protected]>, May 2000 
- *
- *  Forward port AMD Duron errata T13 from 2.2.17pre
- *  Dave Jones <[email protected]>, August 2000
- *
- *  Forward port lots of fixes/improvements from 2.2.18pre
- *  Cyrix III, Pentium IV support.
- *  Dave Jones <[email protected]>, October 2000
- *
- *  Massive cleanup of CPU detection and bug handling;
- *  Transmeta CPU detection,
- *  H. Peter Anvin <[email protected]>, November 2000
- *
- *  VIA C3 Support.
- *  Dave Jones <[email protected]>, March 2001
- *
- *  AMD Athlon/Duron/Thunderbird bluesmoke support.
- *  Dave Jones <[email protected]>, April 2001.
- *
- *  CacheSize bug workaround updates for AMD, Intel & VIA Cyrix.
- *  Dave Jones <[email protected]>, September, October 2001.
- *
- */
-
--- linux-2.6.15-mm1-full/arch/i386/kernel/cpu/mtrr/changelog	2006-01-03 04:21:10.000000000 +0100
+++ /dev/null	2005-11-08 19:07:57.000000000 +0100
@@ -1,229 +0,0 @@
-    ChangeLog
-
-    Prehistory Martin Tischhäuser <[email protected]>
-	       Initial register-setting code (from proform-1.0).
-    19971216   Richard Gooch <[email protected]>
-               Original version for /proc/mtrr interface, SMP-safe.
-  v1.0
-    19971217   Richard Gooch <[email protected]>
-               Bug fix for ioctls()'s.
-	       Added sample code in Documentation/mtrr.txt
-  v1.1
-    19971218   Richard Gooch <[email protected]>
-               Disallow overlapping regions.
-    19971219   Jens Maurer <[email protected]>
-               Register-setting fixups.
-  v1.2
-    19971222   Richard Gooch <[email protected]>
-               Fixups for kernel 2.1.75.
-  v1.3
-    19971229   David Wragg <[email protected]>
-               Register-setting fixups and conformity with Intel conventions.
-    19971229   Richard Gooch <[email protected]>
-               Cosmetic changes and wrote this ChangeLog ;-)
-    19980106   Richard Gooch <[email protected]>
-               Fixups for kernel 2.1.78.
-  v1.4
-    19980119   David Wragg <[email protected]>
-               Included passive-release enable code (elsewhere in PCI setup).
-  v1.5
-    19980131   Richard Gooch <[email protected]>
-               Replaced global kernel lock with private spinlock.
-  v1.6
-    19980201   Richard Gooch <[email protected]>
-               Added wait for other CPUs to complete changes.
-  v1.7
-    19980202   Richard Gooch <[email protected]>
-               Bug fix in definition of <set_mtrr> for UP.
-  v1.8
-    19980319   Richard Gooch <[email protected]>
-               Fixups for kernel 2.1.90.
-    19980323   Richard Gooch <[email protected]>
-               Move SMP BIOS fixup before secondary CPUs call <calibrate_delay>
-  v1.9
-    19980325   Richard Gooch <[email protected]>
-               Fixed test for overlapping regions: confused by adjacent regions
-    19980326   Richard Gooch <[email protected]>
-               Added wbinvd in <set_mtrr_prepare>.
-    19980401   Richard Gooch <[email protected]>
-               Bug fix for non-SMP compilation.
-    19980418   David Wragg <[email protected]>
-               Fixed-MTRR synchronisation for SMP and use atomic operations
-	       instead of spinlocks.
-    19980418   Richard Gooch <[email protected]>
-	       Differentiate different MTRR register classes for BIOS fixup.
-  v1.10
-    19980419   David Wragg <[email protected]>
-	       Bug fix in variable MTRR synchronisation.
-  v1.11
-    19980419   Richard Gooch <[email protected]>
-	       Fixups for kernel 2.1.97.
-  v1.12
-    19980421   Richard Gooch <[email protected]>
-	       Safer synchronisation across CPUs when changing MTRRs.
-  v1.13
-    19980423   Richard Gooch <[email protected]>
-	       Bugfix for SMP systems without MTRR support.
-  v1.14
-    19980427   Richard Gooch <[email protected]>
-	       Trap calls to <mtrr_add> and <mtrr_del> on non-MTRR machines.
-  v1.15
-    19980427   Richard Gooch <[email protected]>
-	       Use atomic bitops for setting SMP change mask.
-  v1.16
-    19980428   Richard Gooch <[email protected]>
-	       Removed spurious diagnostic message.
-  v1.17
-    19980429   Richard Gooch <[email protected]>
-	       Moved register-setting macros into this file.
-	       Moved setup code from init/main.c to i386-specific areas.
-  v1.18
-    19980502   Richard Gooch <[email protected]>
-	       Moved MTRR detection outside conditionals in <mtrr_init>.
-  v1.19
-    19980502   Richard Gooch <[email protected]>
-	       Documentation improvement: mention Pentium II and AGP.
-  v1.20
-    19980521   Richard Gooch <[email protected]>
-	       Only manipulate interrupt enable flag on local CPU.
-	       Allow enclosed uncachable regions.
-  v1.21
-    19980611   Richard Gooch <[email protected]>
-	       Always define <main_lock>.
-  v1.22
-    19980901   Richard Gooch <[email protected]>
-	       Removed module support in order to tidy up code.
-	       Added sanity check for <mtrr_add>/<mtrr_del> before <mtrr_init>.
-	       Created addition queue for prior to SMP commence.
-  v1.23
-    19980902   Richard Gooch <[email protected]>
-	       Ported patch to kernel 2.1.120-pre3.
-  v1.24
-    19980910   Richard Gooch <[email protected]>
-	       Removed sanity checks and addition queue: Linus prefers an OOPS.
-  v1.25
-    19981001   Richard Gooch <[email protected]>
-	       Fixed harmless compiler warning in include/asm-i386/mtrr.h
-	       Fixed version numbering and history for v1.23 -> v1.24.
-  v1.26
-    19990118   Richard Gooch <[email protected]>
-	       Added devfs support.
-  v1.27
-    19990123   Richard Gooch <[email protected]>
-	       Changed locking to spin with reschedule.
-	       Made use of new <smp_call_function>.
-  v1.28
-    19990201   Zoltán Böszörményi <[email protected]>
-	       Extended the driver to be able to use Cyrix style ARRs.
-    19990204   Richard Gooch <[email protected]>
-	       Restructured Cyrix support.
-  v1.29
-    19990204   Zoltán Böszörményi <[email protected]>
-	       Refined ARR support: enable MAPEN in set_mtrr_prepare()
-	       and disable MAPEN in set_mtrr_done().
-    19990205   Richard Gooch <[email protected]>
-	       Minor cleanups.
-  v1.30
-    19990208   Zoltán Böszörményi <[email protected]>
-               Protect plain 6x86s (and other processors without the
-               Page Global Enable feature) against accessing CR4 in
-               set_mtrr_prepare() and set_mtrr_done().
-    19990210   Richard Gooch <[email protected]>
-	       Turned <set_mtrr_up> and <get_mtrr> into function pointers.
-  v1.31
-    19990212   Zoltán Böszörményi <[email protected]>
-               Major rewrite of cyrix_arr_init(): do not touch ARRs,
-               leave them as the BIOS have set them up.
-               Enable usage of all 8 ARRs.
-               Avoid multiplications by 3 everywhere and other
-               code clean ups/speed ups.
-    19990213   Zoltán Böszörményi <[email protected]>
-               Set up other Cyrix processors identical to the boot cpu.
-               Since Cyrix don't support Intel APIC, this is l'art pour l'art.
-               Weigh ARRs by size:
-               If size <= 32M is given, set up ARR# we were given.
-               If size >  32M is given, set up ARR7 only if it is free,
-               fail otherwise.
-    19990214   Zoltán Böszörményi <[email protected]>
-               Also check for size >= 256K if we are to set up ARR7,
-               mtrr_add() returns the value it gets from set_mtrr()
-    19990218   Zoltán Böszörményi <[email protected]>
-               Remove Cyrix "coma bug" workaround from here.
-               Moved to linux/arch/i386/kernel/setup.c and
-               linux/include/asm-i386/bugs.h
-    19990228   Richard Gooch <[email protected]>
-	       Added MTRRIOC_KILL_ENTRY ioctl(2)
-	       Trap for counter underflow in <mtrr_file_del>.
-	       Trap for 4 MiB aligned regions for PPro, stepping <= 7.
-    19990301   Richard Gooch <[email protected]>
-	       Created <get_free_region> hook.
-    19990305   Richard Gooch <[email protected]>
-	       Temporarily disable AMD support now MTRR capability flag is set.
-  v1.32
-    19990308   Zoltán Böszörményi <[email protected]>
-	       Adjust my changes (19990212-19990218) to Richard Gooch's
-	       latest changes. (19990228-19990305)
-  v1.33
-    19990309   Richard Gooch <[email protected]>
-	       Fixed typo in <printk> message.
-    19990310   Richard Gooch <[email protected]>
-	       Support K6-II/III based on Alan Cox's <[email protected]> patches.
-  v1.34
-    19990511   Bart Hartgers <[email protected]>
-	       Support Centaur C6 MCR's.
-    19990512   Richard Gooch <[email protected]>
-	       Minor cleanups.
-  v1.35
-    19990707   Zoltán Böszörményi <[email protected]>
-               Check whether ARR3 is protected in cyrix_get_free_region()
-               and mtrr_del(). The code won't attempt to delete or change it
-               from now on if the BIOS protected ARR3. It silently skips ARR3
-               in cyrix_get_free_region() or returns with an error code from
-               mtrr_del().
-    19990711   Zoltán Böszörményi <[email protected]>
-               Reset some bits in the CCRs in cyrix_arr_init() to disable SMM
-               if ARR3 isn't protected. This is needed because if SMM is active
-               and ARR3 isn't protected then deleting and setting ARR3 again
-               may lock up the processor. With SMM entirely disabled, it does
-               not happen.
-    19990812   Zoltán Böszörményi <[email protected]>
-               Rearrange switch() statements so the driver accomodates to
-               the fact that the AMD Athlon handles its MTRRs the same way
-               as Intel does.
-    19990814   Zoltán Böszörményi <[email protected]>
-	       Double check for Intel in mtrr_add()'s big switch() because
-	       that revision check is only valid for Intel CPUs.
-    19990819   Alan Cox <[email protected]>
-               Tested Zoltan's changes on a pre production Athlon - 100%
-               success.
-    19991008   Manfred Spraul <[email protected]>
-    	       replaced spin_lock_reschedule() with a normal semaphore.
-  v1.36
-    20000221   Richard Gooch <[email protected]>
-               Compile fix if procfs and devfs not enabled.
-	       Formatting changes.
-  v1.37
-    20001109   H. Peter Anvin <[email protected]>
-	       Use the new centralized CPU feature detects.
-
-  v1.38
-    20010309   Dave Jones <[email protected]>
-	       Add support for Cyrix III.
-
-  v1.39
-    20010312   Dave Jones <[email protected]>
-               Ugh, I broke AMD support.
-	       Reworked fix by Troels Walsted Hansen <[email protected]>
-
-  v1.40
-    20010327   Dave Jones <[email protected]>
-	       Adapted Cyrix III support to include VIA C3.
-
-  v2.0
-    20020306   Patrick Mochel <[email protected]>
-               Split mtrr.c -> mtrr/*.c
-               Converted to Linux Kernel Coding Style
-               Fixed several minor nits in form
-               Moved some SMP-only functions out, so they can be used
-                for power management in the future.
-               TODO: Fix user interface cruft.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux