All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Schlichter <thomas.schlichter@web.de>
To: Andrew Morton <akpm@osdl.org>, luming.yu@intel.com, len.brown@intel.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.4-rc2-mm1
Date: Mon, 8 Mar 2004 20:44:57 +0100	[thread overview]
Message-ID: <200403082045.00527.thomas.schlichter@web.de> (raw)
In-Reply-To: <20040307223221.0f2db02e.akpm@osdl.org>

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

Hi,

the bk-acpi.patch leads to following warning:

In file included from include/asm/fixmap.h:18,
                 from arch/i386/kernel/time_hpet.c:17:
include/asm/acpi.h: In function `__acpi_acquire_global_lock':
include/asm/acpi.h:72: Warnung: implicit declaration of function `cmpxchg'

The attached patch fixes it by including <asm/system.h>.

Best regards
  Thomas Schlichter

[-- Attachment #2: fix-acpi_cmpxchg.diff --]
[-- Type: text/x-diff, Size: 344 bytes --]

--- linux-2.6.4-rc2-mm1/include/asm-i386/acpi.h.orig	2004-03-08 14:18:31.000000000 +0100
+++ linux-2.6.4-rc2-mm1/include/asm-i386/acpi.h	2004-03-08 14:55:21.000000000 +0100
@@ -28,6 +28,8 @@
 
 #ifdef __KERNEL__
 
+#include <asm/system.h>
+
 #define COMPILER_DEPENDENT_INT64   long long
 #define COMPILER_DEPENDENT_UINT64  unsigned long long
 

  parent reply	other threads:[~2004-03-08 20:08 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-08  6:32 2.6.4-rc2-mm1 Andrew Morton
2004-03-08 16:20 ` 2.6.4-rc2-mm1 (compile stats) John Cherry
2004-03-13 14:26   ` Paul Dickson
2004-03-08 19:44 ` Thomas Schlichter [this message]
2004-03-08 20:05 ` 2.6.4-rc2-mm1 Thomas Schlichter
2004-03-08 22:49   ` 2.6.4-rc2-mm1 Greg KH
2004-03-08 20:05 ` 2.6.4-rc2-mm1 Christian Borntraeger
2004-03-08 22:00 ` 2.6.4-rc2-mm1 Valdis.Kletnieks
2004-03-09  1:39 ` 2.6.4-rc2-mm1: IPMI_SMB doesnt compile Adrian Bunk
2004-03-10 16:01   ` Corey Minyard
2004-03-10 18:51     ` Adrian Bunk
2005-05-19  6:24       ` Adrian Bunk
2004-03-10 19:06       ` Greg KH
2005-05-19  6:24         ` Greg KH
2004-03-10 20:47         ` Corey Minyard
2005-05-19  6:24           ` Corey Minyard
2004-03-10 21:12           ` Greg KH
2005-05-19  6:24             ` Greg KH
2004-03-10 19:11       ` Corey Minyard
2005-05-19  6:24         ` Corey Minyard
2004-03-10 18:57     ` Greg KH
2004-03-09  4:44 ` 2.6.4-rc2-mm1 Valdis.Kletnieks
2004-03-09 20:07 ` [BUG] in generic.c, unloading alsa [Re: 2.6.4-rc2-mm1] Malte Schröder
2004-03-09 22:39   ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2004-03-08 17:41 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 17:51 ` 2.6.4-rc2-mm1 Redeeman
2004-03-08 17:59   ` 2.6.4-rc2-mm1 Zwane Mwaikambo
2004-03-08 19:47 ` 2.6.4-rc2-mm1 Jens Axboe
2004-03-08 19:56   ` 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 20:06     ` 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 20:10       ` 2.6.4-rc2-mm1 Jens Axboe
2004-03-09  1:17         ` 2.6.4-rc2-mm1 Redeeman
2004-03-08 19:44 2.6.4-rc2-mm1 Alistair John Strachan
2004-03-08 19:44 ` 2.6.4-rc2-mm1 Alistair John Strachan
2004-03-10 19:50 2.6.4-rc2-mm1: IPMI_SMB doesnt compile Davis, Todd C
2005-05-19  6:24 ` Davis, Todd C
2004-03-10 21:20 ` Denis Vlasenko
2005-05-19  6:24   ` Denis Vlasenko

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=200403082045.00527.thomas.schlichter@web.de \
    --to=thomas.schlichter@web.de \
    --cc=akpm@osdl.org \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luming.yu@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.