Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267241
b: refs/heads/master
c: c06e9bb
h: refs/heads/master
i:
  267239: 40dfc70
v: v3
  • Loading branch information
Greg Ungerer committed Oct 18, 2011
1 parent b66928d commit a2368bc
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 144077ead4428732d27553d3fa74f06f71c6438d
refs/heads/master: c06e9bb427bc8ae74b43a99888da077c20747165
2 changes: 2 additions & 0 deletions trunk/arch/m68k/include/asm/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

#include <asm-generic/sections.h>

extern char _sbss[], _ebss[];

#endif /* _ASM_M68K_SECTIONS_H */
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/setup_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <asm/irq.h>
#include <asm/machdep.h>
#include <asm/pgtable.h>
#include <asm/sections.h>

unsigned long memory_start;
unsigned long memory_end;
Expand Down Expand Up @@ -80,7 +81,6 @@ void (*mach_power_off)(void);
#define CPU_INSTR_PER_JIFFY 16
#endif

extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
extern int _ramstart, _ramend;

#if defined(CONFIG_UBOOT)
Expand Down

0 comments on commit a2368bc

Please sign in to comment.