Changeset ed0dd65 in mainline for arch/ia32/include/smp
- Timestamp:
- 2005-04-30T16:47:17Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30ef8ce
- Parents:
- 10a2e22
- File:
-
- 1 moved
-
arch/ia32/include/smp/mps.h (moved) (moved from arch/ia32/include/smp/mp.h ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/smp/mps.h
r10a2e22 red0dd65 27 27 */ 28 28 29 #ifndef __MP _H__30 #define __MP _H__29 #ifndef __MPS_H__ 30 #define __MPS_H__ 31 31 32 32 #include <arch/types.h> … … 38 38 #define CT_EXT_ENTRY_LEN 1 39 39 40 struct __mpfs {40 struct mps_fs { 41 41 __u32 signature; 42 struct __mpct *configuration_table;42 struct mps_ct *configuration_table; 43 43 __u8 length; 44 44 __u8 revision; … … 51 51 } __attribute__ ((packed)); 52 52 53 struct __mpct {53 struct mps_ct { 54 54 __u32 signature; 55 55 __u16 base_table_length; … … 118 118 extern waitq_t kmp_completion_wq; 119 119 120 extern int mp _irq_to_pin(int irq);120 extern int mps_irq_to_pin(int irq); 121 121 122 extern void mp _init(void);122 extern void mps_init(void); 123 123 extern void kmp(void *arg); 124 124
Note:
See TracChangeset
for help on using the changeset viewer.
