diff options
Diffstat (limited to 'arch/x86_64/kernel/setup.c')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index b9bdfc1b54f8..0a1d539149df 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -979,9 +979,8 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
979 | "stc", | 979 | "stc", |
980 | "100mhzsteps", | 980 | "100mhzsteps", |
981 | "hwpstate", | 981 | "hwpstate", |
982 | NULL, /* tsc invariant mapped to constant_tsc */ | 982 | "", /* tsc invariant mapped to constant_tsc */ |
983 | NULL, | 983 | /* nothing */ |
984 | /* nothing */ /* constant_tsc - moved to flags */ | ||
985 | }; | 984 | }; |
986 | 985 | ||
987 | 986 | ||