public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Trivial Russell <rusty@rustcorp.com.au>
To: davem@vger.kernel.org, paulus@samba.org,
	marcelo@conectiva.com.br, geert@linux-m68k.org
Cc: linux-kernel@vger.kernel.org
Subject: [TRIVIAL] Simplify vt.c ifdef for sys_ioperm
Date: Tue, 20 Aug 2002 19:06:59 +1000	[thread overview]
Message-ID: <20020820041036.4805C2C4AC@lists.samba.org> (raw)

[ 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

                 reply	other threads:[~2002-08-20  9:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020820041036.4805C2C4AC@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=davem@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox