From: Christian Kujau <evil@g-house.de>
To: regit@inl.fr
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9-rc1-mm4 : typo in include/linux/hardirq.h ?
Date: Sat, 11 Sep 2004 14:15:50 +0200 [thread overview]
Message-ID: <4142EC76.3090803@g-house.de> (raw)
In-Reply-To: <1094898290.4533.5.camel@porky>
[-- Attachment #1: Type: text/plain, Size: 730 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eric Leblond wrote:
> Hi,
>
> On my i386 computer, at line 5 of include/linux/hardirq.h we can read :
> #ifdef CONFIG_PREEPT
> It seems it should be
> #ifdef CONFIG_PREEMPT
>
> With this change, compilation of external driver like ndiswrapper works
> again.
you can fix it by yourself or apply the attached diff (last mail was
scrambled by my MUA)
Christian.
- --
BOFH excuse #262:
Our POP server was kidnapped by a weasel.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBQux2+A7rjkF8z0wRAvGLAKC7OkQu1X7Lt7qsuQAG4Zn9Gs672gCgwKBM
4YjYQL/SpRSiHQS13GBjdc0=
=vz7P
-----END PGP SIGNATURE-----
[-- Attachment #2: hardirq.h_typo.diff --]
[-- Type: text/plain, Size: 313 bytes --]
--- include/linux/hardirq.h 2004-09-11 13:32:53.000000000 +0200
+++ include/linux/hardirq.h.edited 2004-09-11 14:07:28.000000000 +0200
@@ -2,7 +2,7 @@
#define LINUX_HARDIRQ_H
#include <linux/config.h>
-#ifdef CONFIG_PREEPT
+#ifdef CONFIG_PREEMPT
#include <linux/smp_lock.h>
#endif
#include <asm/hardirq.h>
prev parent reply other threads:[~2004-09-11 12:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-11 10:24 2.6.9-rc1-mm4 : typo in include/linux/hardirq.h ? Eric Leblond
2004-09-11 10:41 ` Gene Heskett
2004-09-11 10:58 ` Eric Leblond
2004-09-11 12:12 ` Christian Kujau
2004-09-11 12:15 ` Christian Kujau [this message]
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=4142EC76.3090803@g-house.de \
--to=evil@g-house.de \
--cc=linux-kernel@vger.kernel.org \
--cc=regit@inl.fr \
/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