diff options
| author | Matthew Wilcox <willy@debian.org> | 2003-06-15 07:10:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-15 07:10:47 -0700 |
| commit | 9ff05b1bdf4cfa7dc41fe7d878a780d35196a87d (patch) | |
| tree | 612687a570b6f879cb292ec5e11d7dff99e389b3 /include/asm-parisc/processor.h | |
| parent | 20904d2543057fef12c928764922e1d190c2c455 (diff) | |
[PATCH] parisc arch update
This update covers a lot of changes to arch/parisc and parisc-specific
drivers.
- irq_return_t changes
- more work on the module loader (James Bottomley)
- rewrite of led.c by Helge Deller
- many miscellaneous updates
Diffstat (limited to 'include/asm-parisc/processor.h')
| -rw-r--r-- | include/asm-parisc/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-parisc/processor.h b/include/asm-parisc/processor.h index 30bdf987b3a5..55c38a184b8c 100644 --- a/include/asm-parisc/processor.h +++ b/include/asm-parisc/processor.h @@ -92,6 +92,7 @@ struct cpuinfo_parisc { unsigned long fp_model; unsigned int state; struct parisc_device *dev; + unsigned long loops_per_jiffy; }; extern struct system_cpuinfo_parisc boot_cpu_data; |
