diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-01-06 03:19:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:53 -0500 |
commit | 347a8dc3b815f0c0fa62a1df075184ffe4cbdcf1 (patch) | |
tree | a6ec76690127e87fe6efa42b6238caadd6c07e7b /drivers/s390/crypto | |
parent | 9bbc8346fb21fad3f678220b067450e436e45dbf (diff) |
[PATCH] s390: cleanup Kconfig
Sanitize some s390 Kconfig options. We have ARCH_S390, ARCH_S390X,
ARCH_S390_31, 64BIT, S390_SUPPORT and COMPAT. Replace these 6 options by
S390, 64BIT and COMPAT.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/s390/crypto')
-rw-r--r-- | drivers/s390/crypto/z90hardware.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/s390/crypto/z90hardware.c b/drivers/s390/crypto/z90hardware.c index 7c3ed52e03e1..d7f7494a0cbe 100644 --- a/drivers/s390/crypto/z90hardware.c +++ b/drivers/s390/crypto/z90hardware.c | |||
@@ -785,7 +785,7 @@ testq(int q_nr, int *q_depth, int *dev_type, struct ap_status_word *stat) | |||
785 | int ccode; | 785 | int ccode; |
786 | 786 | ||
787 | asm volatile | 787 | asm volatile |
788 | #ifdef __s390x__ | 788 | #ifdef CONFIG_64BIT |
789 | (" llgfr 0,%4 \n" | 789 | (" llgfr 0,%4 \n" |
790 | " slgr 1,1 \n" | 790 | " slgr 1,1 \n" |
791 | " lgr 2,1 \n" | 791 | " lgr 2,1 \n" |
@@ -855,7 +855,7 @@ resetq(int q_nr, struct ap_status_word *stat_p) | |||
855 | int ccode; | 855 | int ccode; |
856 | 856 | ||
857 | asm volatile | 857 | asm volatile |
858 | #ifdef __s390x__ | 858 | #ifdef CONFIG_64BIT |
859 | (" llgfr 0,%2 \n" | 859 | (" llgfr 0,%2 \n" |
860 | " lghi 1,1 \n" | 860 | " lghi 1,1 \n" |
861 | " sll 1,24 \n" | 861 | " sll 1,24 \n" |
@@ -921,7 +921,7 @@ sen(int msg_len, unsigned char *msg_ext, struct ap_status_word *stat) | |||
921 | int ccode; | 921 | int ccode; |
922 | 922 | ||
923 | asm volatile | 923 | asm volatile |
924 | #ifdef __s390x__ | 924 | #ifdef CONFIG_64BIT |
925 | (" lgr 6,%3 \n" | 925 | (" lgr 6,%3 \n" |
926 | " llgfr 7,%2 \n" | 926 | " llgfr 7,%2 \n" |
927 | " llgt 0,0(6) \n" | 927 | " llgt 0,0(6) \n" |
@@ -1000,7 +1000,7 @@ rec(int q_nr, int buff_l, unsigned char *rsp, unsigned char *id, | |||
1000 | int ccode; | 1000 | int ccode; |
1001 | 1001 | ||
1002 | asm volatile | 1002 | asm volatile |
1003 | #ifdef __s390x__ | 1003 | #ifdef CONFIG_64BIT |
1004 | (" llgfr 0,%2 \n" | 1004 | (" llgfr 0,%2 \n" |
1005 | " lgr 3,%4 \n" | 1005 | " lgr 3,%4 \n" |
1006 | " lgr 6,%3 \n" | 1006 | " lgr 6,%3 \n" |