Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126263
b: refs/heads/master
c: f99ebf0
h: refs/heads/master
i:
  126261: df3da16
  126259: 9bf9ea0
  126255: c745e69
v: v3
  • Loading branch information
Rakib Mullick authored and Linus Torvalds committed Jan 6, 2009
1 parent b933194 commit a9c0bfc
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: 91f47662dfaa5b459aebe13284c6c38db27350dc
refs/heads/master: f99ebf0a86de13f77bc4ee349de96db9f2f67f2e
4 changes: 2 additions & 2 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ static void __init setup_command_line(char *command_line)
* gcc-3.4 accidentally inlines this function, so use noinline.
*/

static void noinline __init_refok rest_init(void)
static noinline void __init_refok rest_init(void)
__releases(kernel_lock)
{
int pid;
Expand Down Expand Up @@ -786,7 +786,7 @@ static void run_init_process(char *init_filename)
/* This is a non __init function. Force it to be noinline otherwise gcc
* makes it inline to init() and it becomes part of init.text section
*/
static int noinline init_post(void)
static noinline int init_post(void)
{
free_initmem();
unlock_kernel();
Expand Down

0 comments on commit a9c0bfc

Please sign in to comment.