diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
| commit | 1ebbe2b20091d306453a5cf480a87e6cd28ae76f (patch) | |
| tree | f5cd7a0fa69b8b1938cb5a0faed2e7b0628072a5 /include/asm-arm/mach/arch.h | |
| parent | ac58c9059da8886b5e8cde012a80266b18ca146e (diff) | |
| parent | 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd (diff) | |
Merge branch 'linus'
Diffstat (limited to 'include/asm-arm/mach/arch.h')
| -rw-r--r-- | include/asm-arm/mach/arch.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-arm/mach/arch.h b/include/asm-arm/mach/arch.h index 2cd57b4d64d9..fd2f9bf4dcc6 100644 --- a/include/asm-arm/mach/arch.h +++ b/include/asm-arm/mach/arch.h | |||
| @@ -10,19 +10,16 @@ | |||
| 10 | 10 | ||
| 11 | #ifndef __ASSEMBLY__ | 11 | #ifndef __ASSEMBLY__ |
| 12 | 12 | ||
| 13 | #include <linux/compiler.h> | ||
| 14 | |||
| 15 | struct tag; | 13 | struct tag; |
| 16 | struct meminfo; | 14 | struct meminfo; |
| 17 | struct sys_timer; | 15 | struct sys_timer; |
| 18 | 16 | ||
| 19 | struct machine_desc { | 17 | struct machine_desc { |
| 20 | /* | 18 | /* |
| 21 | * Note! The first five elements are used | 19 | * Note! The first four elements are used |
| 22 | * by assembler code in head-armv.S | 20 | * by assembler code in head-armv.S |
| 23 | */ | 21 | */ |
| 24 | unsigned int nr; /* architecture number */ | 22 | unsigned int nr; /* architecture number */ |
| 25 | unsigned int __deprecated phys_ram; /* start of physical ram */ | ||
| 26 | unsigned int phys_io; /* start of physical io */ | 23 | unsigned int phys_io; /* start of physical io */ |
| 27 | unsigned int io_pg_offst; /* byte offset for io | 24 | unsigned int io_pg_offst; /* byte offset for io |
| 28 | * page tabe entry */ | 25 | * page tabe entry */ |
