diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-11-03 00:21:37 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-03 00:21:37 -0800 |
| commit | 57b1dfbd5b4a39db574b45285cc34bbfc1504a36 (patch) | |
| tree | 6519933362017e73788a092ca215618b0c538207 /include/asm-parisc/processor.h | |
| parent | 9dbad95a91855890567a7b6c4f3a807d1d903ed9 (diff) | |
[PATCH] PA-RISC updates
Some misc updates:
- adapt our config.in changes to arch/parisc/Kconfig
- general Makefile updaes for the new build system
- remove asm-parisc/gsc.h in favour of asm-parisc/io.h
- Alan-approved fix for the loff_t problem
- Define POLLREMOVE like other architectures.
- irq handling updates from Grant Grundler
Diffstat (limited to 'include/asm-parisc/processor.h')
| -rw-r--r-- | include/asm-parisc/processor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-parisc/processor.h b/include/asm-parisc/processor.h index c69b744b1576..a3cab768a4f0 100644 --- a/include/asm-parisc/processor.h +++ b/include/asm-parisc/processor.h @@ -73,10 +73,8 @@ struct system_cpuinfo_parisc { ** Per CPU data structure - ie varies per CPU. */ struct cpuinfo_parisc { - - struct irq_region *region; - unsigned long it_value; /* Interval Timer value at last timer Intr */ - unsigned long it_delta; /* Interval Timer delta (tic_10ms / HZ * 100) */ + unsigned long it_value; /* Interval Timer at last timer Intr */ + unsigned long it_delta; /* Interval delta (tic_10ms / HZ * 100) */ unsigned long irq_count; /* number of IRQ's since boot */ unsigned long irq_max_cr16; /* longest time to handle a single IRQ */ unsigned long cpuid; /* aka slot_number or set to NO_PROC_ID */ |
