public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@redhat.com>
To: Billy.Harvey@thrillseeker.net (Billy Harvey)
Cc: linux-kernel@vger.kernel.org (Linux Kernel), alan@redhat.com
Subject: Re: Linux 2.4.20-pre1 - compile errors
Date: Wed, 7 Aug 2002 05:53:36 -0400 (EDT)	[thread overview]
Message-ID: <200208070953.g779raO16534@devserv.devel.redhat.com> (raw)
In-Reply-To: <1028682750.5057.4.camel@rhino> from "Billy Harvey" at Aug 06, 2002 09:12:29 PM

> apm.c: In function `apm_bios_call':
> apm.c:605: called object is not a function
> apm.c:605: warning: unused variable `cpus'

Doh, silly macro bug

--- arch/i386/kernel/apm.c~	2002-08-07 10:53:16.000000000 +0100
+++ arch/i386/kernel/apm.c	2002-08-07 10:53:16.000000000 +0100
@@ -524,7 +524,7 @@
  *	No CPU lockdown needed on a uniprocessor
  */
  
-#define apm_save_cpus	0
+#define apm_save_cpus()	0
 #define apm_restore_cpus(x)
 
 #endif

  reply	other threads:[~2002-08-07  9:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06 23:29 Linux 2.4.20-pre1 Alan Cox
2002-08-07  1:12 ` Linux 2.4.20-pre1 - compile errors Billy Harvey
2002-08-07  9:53   ` Alan Cox [this message]
2002-08-10 15:41 ` local apic on up broken with 2.4.20-pre1-ac1 Gerald Britton

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=200208070953.g779raO16534@devserv.devel.redhat.com \
    --to=alan@redhat.com \
    --cc=Billy.Harvey@thrillseeker.net \
    --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