Browse Source

Pull mbcs-init-sn-check into release branch

Tony Luck 19 years ago
parent
commit
74e52aa561
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/char/mbcs.c

+ 3 - 0
drivers/char/mbcs.c

@@ -830,6 +830,9 @@ static int __init mbcs_init(void)
 {
 {
 	int rv;
 	int rv;
 
 
+	if (!ia64_platform_is("sn2"))
+		return -ENODEV;
+
 	// Put driver into chrdevs[].  Get major number.
 	// Put driver into chrdevs[].  Get major number.
 	rv = register_chrdev(mbcs_major, DEVICE_NAME, &mbcs_ops);
 	rv = register_chrdev(mbcs_major, DEVICE_NAME, &mbcs_ops);
 	if (rv < 0) {
 	if (rv < 0) {