Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245647
b: refs/heads/master
c: 8fab6af
h: refs/heads/master
i:
  245645: 8c30998
  245643: 8ac0edf
  245639: ce3f14b
  245631: cc41f4e
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Ingo Molnar committed May 7, 2011
1 parent 3c04a61 commit d8a84f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4cb1f43ce8c72ee453c00fcb9f6ee9c4ebd03f98
refs/heads/master: 8fab6af2156c0100f953fd61f4e0b2f82c9776dc
4 changes: 2 additions & 2 deletions trunk/arch/x86/platform/mrst/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static unsigned long __init mrst_calibrate_tsc(void)
return 0;
}

void __init mrst_time_init(void)
static void __init mrst_time_init(void)
{
sfi_table_parse(SFI_SIG_MTMR, NULL, NULL, sfi_parse_mtmr);
switch (mrst_timer_options) {
Expand All @@ -216,7 +216,7 @@ void __init mrst_time_init(void)
apbt_time_init();
}

void __cpuinit mrst_arch_setup(void)
static void __cpuinit mrst_arch_setup(void)
{
if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x27)
__mrst_cpu_chip = MRST_CPU_CHIP_PENWELL;
Expand Down

0 comments on commit d8a84f5

Please sign in to comment.