Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53797
b: refs/heads/master
c: d824395
h: refs/heads/master
i:
  53795: 7999268
v: v3
  • Loading branch information
Joerg Roedel authored and Andi Kleen committed May 2, 2007
1 parent 89d6c26 commit 5f4646a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 382591d500bbcd20a44416c5e0e292708468587c
refs/heads/master: d824395c5994adbf7efe377cc67f732133270554
3 changes: 1 addition & 2 deletions trunk/arch/i386/kernel/cpu/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
"stc",
"100mhzsteps",
"hwpstate",
NULL,
NULL, /* constant_tsc - moved to flags */
"", /* constant_tsc - moved to flags */
/* nothing */
};
struct cpuinfo_x86 *c = v;
Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,8 @@ static int show_cpuinfo(struct seq_file *m, void *v)
"stc",
"100mhzsteps",
"hwpstate",
NULL, /* tsc invariant mapped to constant_tsc */
NULL,
/* nothing */ /* constant_tsc - moved to flags */
"", /* tsc invariant mapped to constant_tsc */
/* nothing */
};


Expand Down

0 comments on commit 5f4646a

Please sign in to comment.