| * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) |
| #ifdef UML_CONFIG_MODE_TT |
| #ifdef UML_CONFIG_MODE_SKAS |
| typedef union mm_context { |
| #ifdef UML_CONFIG_MODE_TT |
| struct mmu_context_tt tt; |
| #ifdef UML_CONFIG_MODE_SKAS |
| struct mmu_context_skas skas; |
| * Overrides for Emacs so that we follow Linus's tabbing style. |
| * Emacs will notice this stuff at the end of the file and automatically |
| * adjust the settings for this buffer only. This must remain at the end |
| * --------------------------------------------------------------------------- |