s390/compat: remove compat exec domain
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 6 Mar 2014 10:24:41 +0000 (11:24 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 7 Mar 2014 14:26:02 +0000 (15:26 +0100)
commitfa2a0627ac70d007c313da150d9bf3705729e9c8
treea38fbd9b410e6f26240bae271bcfa1d43ad59504
parent0563416b8ac2711f315b50aa6efc84b112e5420a
s390/compat: remove compat exec domain

The whole compat exec domain code doesn't make any difference.

From the registered s390_exec_domain:

- exec domain name is only displayed in /proc/execdomains
- handler is unused
- pers_low and pers_high are only used internally to find this specific
  exec domain otherwise the default exec domain will be used
- all other fields match the default exec domain

So let's get rid of this.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/Makefile
arch/s390/kernel/compat_exec_domain.c [deleted file]