Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222941
b: refs/heads/master
c: 3079910
h: refs/heads/master
i:
  222939: 7a4ef8a
v: v3
  • Loading branch information
Michal Marek committed Dec 1, 2010
1 parent f5cb549 commit f9d29e3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9b4320b77bab4031649c484da1c595f39c2e43cd
refs/heads/master: 307991055b0ce65d53dc1eb501c456c10eb36360
5 changes: 3 additions & 2 deletions trunk/usr/initramfs_data.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
*/

#include <linux/stringify.h>
#include <asm-generic/vmlinux.lds.h>

.section .init.ramfs,"a"
__irf_start:
.incbin __stringify(INITRAMFS_IMAGE)
__irf_end:
.section .init.ramfs.info,"a"
.globl __initramfs_size
__initramfs_size:
.globl VMLINUX_SYMBOL(__initramfs_size)
VMLINUX_SYMBOL(__initramfs_size):
#ifdef CONFIG_64BIT
.quad __irf_end - __irf_start
#else
Expand Down

0 comments on commit f9d29e3

Please sign in to comment.