linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: andersg@0x63.nu
To: Greg KH <greg@wirex.com>, Alan Cox <alan@lxorguk.ukuu.org.uk>,
	linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.2ac14
Date: Thu, 8 Mar 2001 21:43:13 +0100	[thread overview]
Message-ID: <20010308214313.A22539@h55p111.delphi.afb.lu.se> (raw)
In-Reply-To: <E14an7j-0001rZ-00@the-village.bc.nu> <20010307164052.B788@wirex.com>
In-Reply-To: <20010307164052.B788@wirex.com>; from greg@wirex.com on Wed, Mar 07, 2001 at 04:40:52PM -0800

On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:

> > o	Fix the non build problem with do_BUG		(Andrew Morton)

> i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)

> # CONFIG_DEBUG_BUGVERBOSE is not set

this patch makes it _compile_ both with and without BUGVERBOSE.

-- 

//anders/g

--- arch/i386/kernel/i386_ksyms.c.orig  Thu Mar  8 21:30:27 2001
+++ arch/i386/kernel/i386_ksyms.c       Thu Mar  8 21:30:31 2001
@@ -167,5 +167,7 @@
 EXPORT_SYMBOL(empty_zero_page);
 #endif

+#ifdef CONFIG_DEBUG_BUGVERBOSE
 EXPORT_SYMBOL(do_BUG);
+#endif
   
   

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

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-07 23:13 Linux 2.4.2ac14 Alan Cox
2001-03-08  0:40 ` Greg KH
2001-03-08  0:17   ` Questions about Enterprise Storage with Linux Tom Sightler
2001-03-08  2:11     ` Jesse Pollard
2001-03-08  1:20       ` Marcelo Tosatti
2001-03-08  2:35       ` Tom Sightler
2001-03-08  6:00         ` Tim Moore
2001-03-08  5:09     ` Jauder Ho
2001-03-08  7:22     ` james rich
2001-03-09  0:29     ` Thomas Davis
2001-03-08  0:59   ` Linux 2.4.2ac14 Greg KH
2001-03-08 20:43   ` andersg [this message]
2001-03-08  0:43 ` [PATCH] " Tachino Nobuhiro
2001-03-08  1:26 ` Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14) junio
2001-03-08  1:56   ` junio
2001-03-08  5:20 ` Linux 2.4.2ac14 Keitaro Yosimura
2001-03-08 12:12   ` Alan Cox
2001-03-08  7:37 ` Doug Ledford

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=20010308214313.A22539@h55p111.delphi.afb.lu.se \
    --to=andersg@0x63.nu \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=greg@wirex.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).