diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-10 14:50:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-10 14:50:51 -0400 |
commit | fc0b60f1dc311a2f7443ce46305edd287b2d8947 (patch) | |
tree | ffe830c647bd7659c613c2429453e7da787910df /include | |
parent | e9910846fdb19f7c5810cbe4c95e4ca6dab6a00f (diff) | |
parent | 906fc9e92f0e8b618d4025c3aa6289415ecd8152 (diff) |
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6:
[S390] update default configuration.
[S390] Kconfig: no wireless on s390.
[S390] Kconfig: use common Kconfig files for s390.
[S390] Kconfig: common config options for s390.
[S390] Kconfig: unwanted menus for s390.
[S390] Kconfig: menus with depends on HAS_IOMEM.
[S390] Kconfig: refine depends statements.
[S390] Avoid compile warning.
[S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci
[S390] Avoid sparse warnings.
[S390] dasd: Fix modular build.
[S390] monreader inlining cleanup.
[S390] cio: Make some structures and a function static.
[S390] cio: Get rid of _ccw_device_get_device_number().
[S390] fix subsystem removal fallout
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-s390/ccwdev.h | 3 | ||||
-rw-r--r-- | include/asm-s390/ipl.h | 2 | ||||
-rw-r--r-- | include/asm-s390/param.h | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-s390/ccwdev.h b/include/asm-s390/ccwdev.h index 6795ecefd15b..4c2e1710f157 100644 --- a/include/asm-s390/ccwdev.h +++ b/include/asm-s390/ccwdev.h | |||
@@ -16,6 +16,7 @@ | |||
16 | /* structs from asm/cio.h */ | 16 | /* structs from asm/cio.h */ |
17 | struct irb; | 17 | struct irb; |
18 | struct ccw1; | 18 | struct ccw1; |
19 | struct ccw_dev_id; | ||
19 | 20 | ||
20 | /* simplified initializers for struct ccw_device: | 21 | /* simplified initializers for struct ccw_device: |
21 | * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one | 22 | * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one |
@@ -175,6 +176,7 @@ extern int ccw_device_set_offline(struct ccw_device *cdev); | |||
175 | 176 | ||
176 | extern struct ciw *ccw_device_get_ciw(struct ccw_device *, __u32 cmd); | 177 | extern struct ciw *ccw_device_get_ciw(struct ccw_device *, __u32 cmd); |
177 | extern __u8 ccw_device_get_path_mask(struct ccw_device *); | 178 | extern __u8 ccw_device_get_path_mask(struct ccw_device *); |
179 | extern void ccw_device_get_id(struct ccw_device *, struct ccw_dev_id *); | ||
178 | 180 | ||
179 | #define get_ccwdev_lock(x) (x)->ccwlock | 181 | #define get_ccwdev_lock(x) (x)->ccwlock |
180 | 182 | ||
@@ -184,7 +186,6 @@ extern __u8 ccw_device_get_path_mask(struct ccw_device *); | |||
184 | extern struct ccw_device *ccw_device_probe_console(void); | 186 | extern struct ccw_device *ccw_device_probe_console(void); |
185 | 187 | ||
186 | // FIXME: these have to go | 188 | // FIXME: these have to go |
187 | extern int _ccw_device_get_device_number(struct ccw_device *); | ||
188 | extern int _ccw_device_get_subchannel_number(struct ccw_device *); | 189 | extern int _ccw_device_get_subchannel_number(struct ccw_device *); |
189 | 190 | ||
190 | extern void *ccw_device_get_chp_desc(struct ccw_device *, int); | 191 | extern void *ccw_device_get_chp_desc(struct ccw_device *, int); |
diff --git a/include/asm-s390/ipl.h b/include/asm-s390/ipl.h index bdcd448d43fb..2c40fd3a137f 100644 --- a/include/asm-s390/ipl.h +++ b/include/asm-s390/ipl.h | |||
@@ -79,8 +79,8 @@ struct ipl_parameter_block { | |||
79 | * IPL validity flags | 79 | * IPL validity flags |
80 | */ | 80 | */ |
81 | extern u32 ipl_flags; | 81 | extern u32 ipl_flags; |
82 | |||
83 | extern u32 dump_prefix_page; | 82 | extern u32 dump_prefix_page; |
83 | extern unsigned int zfcpdump_prefix_array[]; | ||
84 | 84 | ||
85 | extern void do_reipl(void); | 85 | extern void do_reipl(void); |
86 | extern void ipl_save_parameters(void); | 86 | extern void ipl_save_parameters(void); |
diff --git a/include/asm-s390/param.h b/include/asm-s390/param.h index 085a7e229b23..34aaa4603347 100644 --- a/include/asm-s390/param.h +++ b/include/asm-s390/param.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #define _ASMS390_PARAM_H | 10 | #define _ASMS390_PARAM_H |
11 | 11 | ||
12 | #ifdef __KERNEL__ | 12 | #ifdef __KERNEL__ |
13 | # define HZ 100 /* Internal kernel timer frequency */ | 13 | # define HZ CONFIG_HZ /* Internal kernel timer frequency */ |
14 | # define USER_HZ 100 /* .. some user interfaces are in "ticks" */ | 14 | # define USER_HZ 100 /* .. some user interfaces are in "ticks" */ |
15 | # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ | 15 | # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ |
16 | #endif | 16 | #endif |