~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/m68k/kernel/vmlinux.lds_mm.S

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PHDRS
 
2
{
 
3
  text PT_LOAD FILEHDR PHDRS FLAGS (7);
 
4
  data PT_LOAD FLAGS (7);
 
5
}
 
6
#ifdef CONFIG_SUN3
 
7
#include "vmlinux-sun3.lds"
 
8
#else
 
9
#include "vmlinux-std.lds"
 
10
#endif