Browse Source

[PATCH] s390: remove experimental flag from dasd diag

The dasd diag discipline has been tested on 64 bit and is no longer
experimental.

Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
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>
Peter Oberparleiter 19 years ago
parent
commit
d0b2eaa374
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/s390/block/Kconfig

+ 1 - 1
drivers/s390/block/Kconfig

@@ -49,7 +49,7 @@ config DASD_FBA
 
 
 config DASD_DIAG
 config DASD_DIAG
 	tristate "Support for DIAG access to Disks"
 	tristate "Support for DIAG access to Disks"
-	depends on DASD && ( 64BIT = 'n' || EXPERIMENTAL)
+	depends on DASD
 	help
 	help
 	  Select this option if you want to use Diagnose250 command to access
 	  Select this option if you want to use Diagnose250 command to access
 	  Disks under VM.  If you are not running under VM or unsure what it is,
 	  Disks under VM.  If you are not running under VM or unsure what it is,