~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/idmap.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __ASM_IDMAP_H
 
2
#define __ASM_IDMAP_H
 
3
 
 
4
#include <linux/compiler.h>
 
5
#include <asm/pgtable.h>
 
6
 
 
7
/* Tag a function as requiring to be executed via an identity mapping. */
 
8
#define __idmap __section(.idmap.text) noinline notrace
 
9
 
 
10
extern pgd_t *idmap_pgd;
 
11
 
 
12
void setup_mm_for_reboot(void);
 
13
 
 
14
#endif  /* __ASM_IDMAP_H */