public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bill Huey (Hui) <billh@gnuppy.monkey.org>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	lse-tech <lse-tech@lists.sourceforge.net>,
	"Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Subject: Re: 2.5.64-mjb4 (scalability / NUMA patchset)
Date: Sat, 15 Mar 2003 20:45:24 -0800	[thread overview]
Message-ID: <20030316044524.GA6757@gnuppy.monkey.org> (raw)
In-Reply-To: <10770000.1047787269@[10.10.2.4]>

On Sat, Mar 15, 2003 at 08:01:09PM -0800, Martin J. Bligh wrote:
> The patchset contains mainly scalability and NUMA stuff, and anything 
> else that stops things from irritating me. It's meant to be pretty stable, 
> not so much a testing ground for new stuff.
> 
> I'd be very interested in feedback from anyone willing to test on any 
> platform, however large or small.
> 
> NOTE - you will have to apply -bk3 before applying this release.
> ftp://ftp.kernel.org/pub/linux/kernel/v2.5/snapshots/patch-2.5.64-bk3.bz2
> ftp://ftp.kernel.org/pub/linux/kernel/people/mbligh/2.5.64/patch-2.5.64-bk3-mjb4.bz2
> 
> additional:
> 
> http://www.aracnet.com/~fletch/linux/2.5.59/pidmaps_nodepages

In file included from include/asm-i386/mach-summit/mach_mpparse.h:4,
                 from arch/i386/kernel/summit.c:32:
include/asm-i386/mach-summit/mach_apic.h: In function `init_apic_ldr':
include/asm-i386/mach-summit/mach_apic.h:37: warning: implicit declaration of function `apic_write_around'
include/asm-i386/mach-summit/mach_apic.h:38: warning: implicit declaration of function `apic_read'
include/asm-i386/mach-summit/mach_apic.h: In function `clustered_apic_check':
include/asm-i386/mach-summit/mach_apic.h:56: `nr_ioapics' undeclared (first use in this function)
include/asm-i386/mach-summit/mach_apic.h:56: (Each undeclared identifier is reported only once
include/asm-i386/mach-summit/mach_apic.h:56: for each function it appears in.)
include/asm-i386/mach-summit/mach_apic.h: At top level:
include/asm-i386/mach-summit/mach_apic.h:94: warning: `struct mpc_config_translation' declared inside parameter list
include/asm-i386/mach-summit/mach_apic.h:94: warning: its scope is only this definition or declaration, which is probably not what you want
include/asm-i386/mach-summit/mach_apic.h:94: warning: `struct mpc_config_processor' declared inside parameter list
include/asm-i386/mach-summit/mach_apic.h: In function `mpc_apic_id':
include/asm-i386/mach-summit/mach_apic.h:97: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_apic.h:98: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_apic.h:98: `CPU_FAMILY_MASK' undeclared (first use in this function)
include/asm-i386/mach-summit/mach_apic.h:99: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_apic.h:99: `CPU_MODEL_MASK' undeclared (first use in this function)
include/asm-i386/mach-summit/mach_apic.h:100: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_apic.h:101: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_apic.h: In function `check_phys_apicid_present':
include/asm-i386/mach-summit/mach_apic.h:113: `phys_cpu_present_map' undeclared (first use in this function)
In file included from arch/i386/kernel/summit.c:32:
include/asm-i386/mach-summit/mach_mpparse.h: At top level:
include/asm-i386/mach-summit/mach_mpparse.h:9: warning: `struct mpc_config_translation' declared inside parameter list
include/asm-i386/mach-summit/mach_mpparse.h:9: warning: `struct mpc_config_bus' declared inside parameter list
include/asm-i386/mach-summit/mach_mpparse.h: In function `mpc_oem_bus_info':
include/asm-i386/mach-summit/mach_mpparse.h:11: warning: implicit declaration of function `Dprintk'
include/asm-i386/mach-summit/mach_mpparse.h:11: dereferencing pointer to incomplete type
include/asm-i386/mach-summit/mach_mpparse.h: At top level:
include/asm-i386/mach-summit/mach_mpparse.h:15: warning: `struct mpc_config_translation' declared inside parameter list
include/asm-i386/mach-summit/mach_mpparse.h:15: warning: `struct mpc_config_bus' declared inside parameter list
include/asm-i386/mach-summit/mach_mpparse.h:20: warning: `struct mp_config_table' declared inside parameter list
arch/i386/kernel/summit.c: In function `setup_pci_node_map_for_wpeg':
arch/i386/kernel/summit.c:93: `mp_bus_id_to_node' undeclared (first use in this function)
arch/i386/kernel/summit.c: In function `setup_summit':
arch/i386/kernel/summit.c:133: `mp_bus_id_to_node' undeclared (first use in this function)
make[1]: *** [arch/i386/kernel/summit.o] Error 1
make: *** [arch/i386/kernel] Error 2

-------------------------------------------------------------------------------

bill


  reply	other threads:[~2003-03-16  4:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05 20:17 2.5.64-mjb1 (scalability / NUMA patchset) Martin J. Bligh
2003-03-09  1:21 ` 2.5.64-mjb2 " Martin J. Bligh
2003-03-13  5:15   ` 2.5.64-mjb3 " Martin J. Bligh
2003-03-16  4:01     ` 2.5.64-mjb4 " Martin J. Bligh
2003-03-16  4:45       ` Bill Huey [this message]
2003-03-16  5:45         ` Martin J. Bligh
2003-03-16  6:31           ` Bill Huey
2003-03-16  6:48             ` Martin J. Bligh
2003-03-16  6:56               ` Bill Huey
2003-03-16  7:08                 ` Martin J. Bligh
2003-03-16  7:30                   ` Bill Huey
2003-03-16  8:29                   ` Bill Huey
2003-03-16 15:10                     ` Martin J. Bligh
2003-03-17  4:47                       ` Bill Huey
2003-03-17 22:50                         ` Martin J. Bligh
2003-03-17  6:03       ` 2.5.64-mjb5 " Martin J. Bligh
2003-03-24  7:57 ` 2.5.64-mjb2 " Martin J. Bligh
2003-03-28  0:29   ` [Lse-tech] " Keith Mannthey

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=20030316044524.GA6757@gnuppy.monkey.org \
    --to=billh@gnuppy.monkey.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lse-tech@lists.sourceforge.net \
    --cc=mbligh@aracnet.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox