Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109037
b: refs/heads/master
c: 7701e8c
h: refs/heads/master
i:
  109035: 47faa44
v: v3
  • Loading branch information
Marcin Slusarz authored and Ingo Molnar committed Aug 21, 2008
1 parent 68496a7 commit 05f0e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: bde78a79a6eb015f33aa4660df1b06f5135def20
refs/heads/master: 7701e8c59b0e7cbcf21c1bc49d8b8c6db43027a4
4 changes: 3 additions & 1 deletion trunk/arch/x86/mm/mmio-mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ static void enter_uniprocessor(void)
"may miss events.\n");
}

static void leave_uniprocessor(void)
/* __ref because leave_uniprocessor calls cpu_up which is __cpuinit,
but this whole function is ifdefed CONFIG_HOTPLUG_CPU */
static void __ref leave_uniprocessor(void)
{
int cpu;
int err;
Expand Down

0 comments on commit 05f0e9d

Please sign in to comment.