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

« back to all changes in this revision

Viewing changes to include/asm-generic/sections.h

  • 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:
11
11
extern char _end[];
12
12
extern char __per_cpu_load[], __per_cpu_start[], __per_cpu_end[];
13
13
extern char __kprobes_text_start[], __kprobes_text_end[];
 
14
extern char __entry_text_start[], __entry_text_end[];
14
15
extern char __initdata_begin[], __initdata_end[];
15
16
extern char __start_rodata[], __end_rodata[];
16
17