Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62395
b: refs/heads/master
c: 9ef231a
h: refs/heads/master
i:
  62393: 6d56f15
  62391: 5a54440
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed Jul 22, 2007
1 parent 5576fc5 commit db810db
Show file tree
Hide file tree
Showing 3 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: 8b93789808756bcc1e5c90c99f1b1ef52f839a51
refs/heads/master: 9ef231a436fddb34d806f599c97b479691b3c38b
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void print_fixed(unsigned base, unsigned step, const mtrr_type*types)
}

/* Grab all of the MTRR state for this CPU into *state */
void get_mtrr_state(void)
void __init get_mtrr_state(void)
{
unsigned int i;
struct mtrr_var_range *vrs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ static struct sysdev_driver mtrr_sysdev_driver = {
* initialized (i.e. before smp_init()).
*
*/
__init void mtrr_bp_init(void)
void __init mtrr_bp_init(void)
{
init_ifs();

Expand Down

0 comments on commit db810db

Please sign in to comment.