public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] Simplify vt.c ifdef for sys_ioperm
@ 2002-08-20  9:06 Rusty Trivial Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Trivial Russell @ 2002-08-20  9:06 UTC (permalink / raw)
  To: davem, paulus, marcelo, geert; +Cc: linux-kernel

[ Looks right.  Marcelo pelase apply. ]
From:  Milton Miller <miltonm@bga.com>

  
  Several architectures defined sys_ioperm but don't actually implement it:
  
  arch/m68k/kernel/sys_m68k.c: sys_ioperm return -ENOSYS
  arch/sparc/kernel/setup.c: sys_ioperm return -EIO
  arch/ppc/kernel/syscalls.c: sys_ioperm printk(KERN_ERR ...) return -EIO
  
  (vs current 2.4 bk  -- 2.4.20-pre2+)
  
  ===== drivers/char/vt.c 1.10 vs edited =====

--- trivial-2.4.20-pre4/drivers/char/vt.c.orig	2002-08-20 18:01:05.000000000 +1000
+++ trivial-2.4.20-pre4/drivers/char/vt.c	2002-08-20 18:01:05.000000000 +1000
@@ -481,7 +481,7 @@
 		ucval = keyboard_type;
 		goto setchar;
 
-#if defined(__i386__) || defined(__mc68000__) || defined(__ppc__) || defined(__sparc__)
+#if defined(CONFIG_X86)
 		/*
 		 * These cannot be implemented on any machine that implements
 		 * ioperm() in user level (such as Alpha PCs).
-- 
  Don't blame me: the Monkey is driving
  File: Milton Miller <miltonm@bga.com>: [PATCH] Simplify vt.c ifdef for sys_ioperm

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-20  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-20  9:06 [TRIVIAL] Simplify vt.c ifdef for sys_ioperm Rusty Trivial Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox