Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40619
b: refs/heads/master
c: 9ba126c
h: refs/heads/master
i:
  40617: 6e7907e
  40615: d36148a
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2006
1 parent 032734f commit be8098e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1a5c5de1b64ec510a6ab6994702c295db00b9acc
refs/heads/master: 9ba126cfbf505f4d5b39ed294cedd241321c7a91
6 changes: 5 additions & 1 deletion trunk/arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ static void __init finalize_initrd(void)

#else /* !CONFIG_BLK_DEV_INITRD */

#define init_initrd() 0
static unsigned long __init init_initrd(void)
{
return 0;
}

#define finalize_initrd() do {} while (0)

#endif
Expand Down

0 comments on commit be8098e

Please sign in to comment.