linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: PATCH 2.4.4-pre2: fix build...
Date: Thu, 12 Apr 2001 03:06:23 -0400	[thread overview]
Message-ID: <3AD553EF.9C585755@mandrakesoft.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

Some uniprocessor configurations require the following patch in order to
build 2.4.4-pre2 at all...
-- 
Jeff Garzik       | Sam: "Mind if I drive?"
Building 1024     | Max: "Not if you don't mind me clawing at the dash
MandrakeSoft      |       and shrieking like a cheerleader."

[-- Attachment #2: rwsem-fix.patch --]
[-- Type: text/plain, Size: 628 bytes --]

Index: include/asm-i386/rwsem.h
===================================================================
RCS file: /cvsroot/gkernel/linux_2_4/include/asm-i386/rwsem.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 rwsem.h
--- include/asm-i386/rwsem.h	2001/04/12 03:17:29	1.1.1.1
+++ include/asm-i386/rwsem.h	2001/04/12 06:49:36
@@ -15,10 +15,10 @@
 
 #ifdef __KERNEL__
 
+#include <linux/wait.h>
+#include <linux/spinlock.h>
 #include <asm/system.h>
 #include <asm/atomic.h>
-#include <asm/spinlock.h>
-#include <linux/wait.h>
 
 #if RWSEM_DEBUG
 #define rwsemdebug(FMT,...) do { if (sem->debug) printk(FMT,__VA_ARGS__); } while(0)

                 reply	other threads:[~2001-04-12  7: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=3AD553EF.9C585755@mandrakesoft.com \
    --to=jgarzik@mandrakesoft.com \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).