From: Dave Jones <davej@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: asm-i386/mmzone.h oddness.
Date: Fri, 1 Jul 2005 17:26:07 -0400 [thread overview]
Message-ID: <20050701212606.GA2970@redhat.com> (raw)
I was wondering why the rawhide gcc (4.0.0 20050622 (Red Hat 4.0.0-13))
blew up whilst trying to compile -rc3 and newer, with this informative
error..
include/asm/mmzone.h:154: error: syntax error before numeric constant
So I dug around, and I've not yet tested my theory, but this
looks just.. wrong.
#if CONFIG_NUMA
extern struct pglist_data *node_data[];
#define NODE_DATA(nid) (node_data[nid])
#ifdef CONFIG_NUMA
The first #if used to be a #ifdef CONFIG_DISCONTIGMEM,
which made a little more sense to me, but I don't fully
understand the recent changes yet.
Anyone have clues ?
Dave
next reply other threads:[~2005-07-01 21:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-01 21:26 Dave Jones [this message]
2005-07-01 23:30 ` [PATCH] Clean up numa defines in mmzone.h Dave Jones
2005-07-01 23:31 ` [PATCH] Fix up non-NUMA breakage " Dave Jones
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=20050701212606.GA2970@redhat.com \
--to=davej@redhat.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