Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245250
b: refs/heads/master
c: ae15a3b
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Kiper authored and Konrad Rzeszutek Wilk committed May 12, 2011
1 parent 71b3d31 commit b42e310
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: ad3062a0f438a5f436dae267f795c0a9686f11d2
refs/heads/master: ae15a3b4d1374b733016ce4b4148b2ba42bbeb0f
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ phys_addr_t xen_extra_mem_start, xen_extra_mem_size;
*/
#define EXTRA_MEM_RATIO (10)

static __init void xen_add_extra_mem(unsigned long pages)
static void __init xen_add_extra_mem(unsigned long pages)
{
unsigned long pfn;

Expand Down Expand Up @@ -336,7 +336,7 @@ static void __init fiddle_vdso(void)
#endif
}

static __cpuinit int register_callback(unsigned type, const void *func)
static int __cpuinit register_callback(unsigned type, const void *func)
{
struct callback_register callback = {
.type = type,
Expand Down

0 comments on commit b42e310

Please sign in to comment.