Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108666
b: refs/heads/master
c: c2dcfde
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Aug 13, 2008
1 parent 60c4d39 commit efe2846
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 875e40b97571e1f06d1184ad6cbb2acf9cb31a23
refs/heads/master: c2dcfde8274883e1f6050784dcbd34b01e824b91
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <linux/edd.h>
#include <asm/boot.h>
#include <asm/setup.h>

#define NCAPINTS 8
#include "bitops.h"
#include <asm/cpufeature.h>

/* Useful macros */
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/x86/boot/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
*/

#include "boot.h"
#include "bitops.h"
#include <asm/cpufeature.h>

#include "cpustr.h"

static char *cpu_name(int level)
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/boot/cpucheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@

#ifdef _SETUP
# include "boot.h"
# include "bitops.h"
#endif
#include <linux/types.h>
#include <asm/cpufeature.h>
#include <asm/processor-flags.h>
#include <asm/required-features.h>
#include <asm/msr-index.h>
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/x86/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ static void keyboard_set_repeat(void)
*/
static void query_ist(void)
{
/* Some 486 BIOSes apparently crash on this call */
/* Some older BIOSes apparently crash on this call, so filter
it from machines too old to have SpeedStep at all. */
if (cpu.level < 6)
return;

Expand Down

0 comments on commit efe2846

Please sign in to comment.