File: mmu_context.h

package info (click to toggle)
kernel-source-2.0.35 2.0.35-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 32,456 kB
  • ctags: 94,327
  • sloc: ansic: 587,014; asm: 26,388; makefile: 4,055; sh: 1,221; perl: 727; tcl: 408; cpp: 277; lisp: 211; awk: 134
file content (10 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
#ifndef __PPC_MMU_CONTEXT_H
#define __PPC_MMU_CONTEXT_H

/*
 * get a new mmu context.. PowerPC's don't know about contexts [yet]
 */
#define get_mmu_context(x) do { } while (0)

#endif