[i386/486] Select M586TSC instead of M486

svn path=/dists/sid/linux/; revision=21986
This commit is contained in:
Ben Hutchings 2014-10-31 01:07:35 +00:00
parent 3a891f8597
commit cc39dafda4
2 changed files with 3 additions and 4 deletions

4
debian/changelog vendored
View File

@ -109,8 +109,8 @@ linux (3.16.7-1) UNRELEASED; urgency=medium
- [sparc*] Implement __get_user_pages_fast().
[ Ben Hutchings ]
* [i386/486] Update description to say that the processor must have a TSC
(see #766105)
* [i386/486] Select M586TSC instead of M486, and update description to say
that the processor must have a TSC (see #766105)
* [x86] r8723au: Backport changes up to Linux 3.17 (Closes: #765685)
* mmc_block: Increase max_devices and set MMC_BLOCK_MINORS to 256
(Closes: #765621)

View File

@ -18,8 +18,7 @@ CONFIG_OLPC_XO15_SCI=y
## file: arch/x86/Kconfig.cpu
##
## choice: Processor family
#. TODO: Change to M586TSC at next ABI bump (see #766105)
CONFIG_M486=y
CONFIG_M586TSC=y
# CONFIG_M686 is not set
## end choice