From: Xavier Bru <Xavier.Bru@bull.net>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] more discontig stuff
Date: Mon, 06 Oct 2003 16:54:09 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106545921815061@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106488076517737@msgid-missing>
Hi Jesse
Thanks for your answer. This new one boots OK with CONFIG_NUMA (zones
have now free_pages non 0 at first __alloc_pages).
I applied it on 2.6.0-test5 + your patch dated Sept 22.
I just added a fix to prevent some redeclarations in meminit.h with
gcc 3.2 :
--- linux-2.6.0-test5/include/asm-ia64/meminit.h 2003-10-06 10:51:45.000000000 +0200
+++ 0t5/include/asm-ia64/meminit.h 2003-10-01 18:56:09.000000000 +0200
@@ -14,6 +14,8 @@
*
* More could be added if necessary
*/
+#ifndef _ASM_IA64_MEMINIT_H
+#define _ASM_IA64_MEMINIT_H
#define IA64_MAX_RSVD_REGIONS 5
struct rsvd_region {
@@ -58,3 +60,4 @@
#define IGNORE_PFN0 1 /* XXX fix me: ignore pfn 0 until TLB miss
handler is updated... */
+#endif /* _ASM_IA64_MEMINIT_H */
Thanks again.
--
Sincères salutations.
_____________________________________________________________________
Xavier BRU BULL ISD/R&D/INTEL office: FREC B1-422
tel : +33 (0)4 76 29 77 45 http://www-frec.bull.fr
fax : +33 (0)4 76 29 77 70 mailto:Xavier.Bru@bull.net
addr: BULL, 1 rue de Provence, BP 208, 38432 Echirolles Cedex, FRANCE
_____________________________________________________________________
Jesse Barnes writes:
> On Fri, Oct 03, 2003 at 06:50:37PM +0200, Xavier Bru wrote:
> > ... not too much on our DIG64 platform ;-(
>
> Thanks for looking at it.
>
> > But the previous one dated sept 23 looked OK :-)
>
> I fixed a few bugs in the patch since I posted it. Can you try this
> one? I'll have to try your kdb patch too...
>
> A really dumb bug that I introduced while trying to go above 64p was the
> is_headless_node() thing (but I don't think that would affect your
> platform). any_online_cpu(cpumask_t) is undefined if there are no bits
> set.
>
> Thanks,
> Jesse
>
next prev parent reply other threads:[~2003-10-06 16:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-30 0:11 [PATCH] more discontig stuff Jesse Barnes
2003-10-03 16:50 ` Xavier Bru
2003-10-03 16:59 ` Jesse Barnes
2003-10-06 16:54 ` Xavier Bru [this message]
2003-10-06 16:57 ` Jesse Barnes
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=marc-linux-ia64-106545921815061@msgid-missing \
--to=xavier.bru@bull.net \
--cc=linux-ia64@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 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.