Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36055
b: refs/heads/master
c: 8df32c6
h: refs/heads/master
i:
  36053: 9a1958d
  36051: 66d51a8
  36047: e1410dc
v: v3
  • Loading branch information
Franck Bui-Huu authored and Ralf Baechle committed Sep 27, 2006
1 parent 02844f9 commit 6c40a8e
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: 8ff7bc4808f25e4dd75c3775dba313ddf35277e1
refs/heads/master: 8df32c636e785069ba7d223ceb9b72c182902295
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void __init print_memory_map(void)
}
}

static inline void parse_cmdline_early(void)
static void __init parse_cmdline_early(void)
{
char c = ' ', *to = command_line, *from = saved_command_line;
unsigned long start_at, mem_size;
Expand Down Expand Up @@ -476,7 +476,7 @@ static void __init arch_mem_init(char **cmdline_p)
#define MAXMEM HIGHMEM_START
#define MAXMEM_PFN PFN_DOWN(MAXMEM)

static inline void resource_init(void)
static void __init resource_init(void)
{
int i;

Expand Down

0 comments on commit 6c40a8e

Please sign in to comment.