~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/mn10300/kernel/vmlinux.lds.S

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  RO_DATA(PAGE_SIZE)
45
45
 
46
46
  /* writeable */
 
47
  _sdata = .;     /* Start of rw data section */
47
48
  RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
48
49
  _edata = .;
49
50
 
70
71
        .exit.text : { EXIT_TEXT; }
71
72
        .exit.data : { EXIT_DATA; }
72
73
 
73
 
  PERCPU(PAGE_SIZE)
 
74
  PERCPU_SECTION(32)
74
75
  . = ALIGN(PAGE_SIZE);
75
76
  __init_end = .;
76
77
  /* freed after init ends here */