aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2012-04-02 18:22:45 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-11-06 22:39:49 +0100
commit619506d5dabb49b7f223a4f2f6b8d697574dd799 (patch)
treeba39b22333d9636b7a674383a942343a42132e97 /arch
parents390/thp: respect page protection in pmd_none() and pmd_present() (diff)
downloadlinux-dev-619506d5dabb49b7f223a4f2f6b8d697574dd799.tar.xz
linux-dev-619506d5dabb49b7f223a4f2f6b8d697574dd799.zip
s390: Move css limits from drivers/s390/cio/ to include/asm/.
There's no need to keep __MAX_SUBCHANNEL and __MAX_SSID private to the common I/O layer when __MAX_CSSID is usable by everybody. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/include/asm/cio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/cio.h b/arch/s390/include/asm/cio.h
index 55bde6035216..ad2b924167d7 100644
--- a/arch/s390/include/asm/cio.h
+++ b/arch/s390/include/asm/cio.h
@@ -9,6 +9,8 @@
#define LPM_ANYPATH 0xff
#define __MAX_CSSID 0
+#define __MAX_SUBCHANNEL 65535
+#define __MAX_SSID 3
#include <asm/scsw.h>