Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68280
b: refs/heads/master
c: 1f91bbb
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 24, 2007
1 parent dab6ee8 commit 39bbfe6
Show file tree
Hide file tree
Showing 4 changed files with 5 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: e71cf2b63c861bdcbe13d0a67d5007b5933c61a5
refs/heads/master: 1f91bbb58413e0bce9726cd6d12bf4b95c343a7f
3 changes: 2 additions & 1 deletion trunk/arch/sh/kernel/sh_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <linux/vmalloc.h>
#include <linux/pci.h>
#include <linux/irq.h>

#include <asm/sections.h>
#include <asm/semaphore.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -149,3 +149,4 @@ EXPORT_SYMBOL(csum_ipv6_magic);
#endif
EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(_ebss);
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ SECTIONS
*(.bss.page_aligned)
*(.bss)
. = ALIGN(4);
_ebss = .; /* uClinux MTD sucks */
_end = . ;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-sh/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <asm-generic/sections.h>

extern long __machvec_start, __machvec_end;
extern char _ebss[];

#endif /* __ASM_SH_SECTIONS_H */

0 comments on commit 39bbfe6

Please sign in to comment.