File: mmu_context.h

package info (click to toggle)
kernel-source-2.2.10 2.2.10-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 65,136 kB
  • ctags: 198,070
  • sloc: ansic: 1,181,917; asm: 50,455; makefile: 8,579; sh: 2,121; perl: 932; tcl: 414; lisp: 218; cpp: 186; awk: 133; sed: 72
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __68K_MMU_CONTEXT_H
#define __68K_MMU_CONTEXT_H

/*
 * get a new mmu context.. do we need this on the m68k?
 */
#define get_mmu_context(x) do { } while (0)

#define init_new_context(mm)	do { } while(0)
#define destroy_context(mm)	do { } while(0)
#define activate_context(tsk)	do { } while(0)

#endif