All of lore.kernel.org
 help / color / mirror / Atom feed
From: John David Anglin <dave.anglin@bell.net>
To: Helge Deller <deller@gmx.de>,
	linux-parisc <linux-parisc@vger.kernel.org>
Subject: Re: Does there exists any 32bit-only PARISC SMP machines?
Date: Wed, 04 Sep 2013 11:41:03 -0400	[thread overview]
Message-ID: <5227548F.5090909@bell.net> (raw)
In-Reply-To: <20130904142847.GA2893@glitch>

On 9/4/2013 10:28 AM, Domenico Andreoli wrote:
> BTW, this is the most detailed investigation I'm aware of:
>
> https://lkml.org/lkml/2008/4/20/251
I have the sense that MEM_RENDEZ_HI may not be set correctly for your 
machine:

         /* Set the smp rendezvous address into page zero.
         ** It would be safer to do this in init_smp_config() but
         ** it's just way easier to deal with here because
         ** of 64-bit function ptrs and the address is local to this file.
         */
         load32          PA(smp_slave_stext),%r10
         stw             %r10,0x10(%r0)  /* MEM_RENDEZ */
         stw             %r0,0x28(%r0)   /* MEM_RENDEZ_HI - assume addr 
< 4GB */

This is possibly due to a change in memory range detection:

--- dmesg.txt 2008-04-21 11:19:16.000000000 +0200
+++ dmesg2.txt 2008-04-21 15:27:46.000000000 +0200
@@ -1,6 +1,7 @@
-Linux version 2.6.22-3-parisc64-smp (Debian 2.6.22-6) (maks@debian.org) 
(gcc version 4.1.3 20071019 (prerelease) (Debian 4.1.2-17)) #2 SMP Mon 
Nov 12 21:04:20 CET 2007
+Linux version 2.6.25 (cavok@ska) (gcc version 4.1.3 20080308 
(prerelease) (Debian 4.1.2-21)) #8 SMP Mon Apr 21 12:25:50 CES8
FP[0] enabled: Rev 1 Model 16
The 64-bit Kernel has started...
+console [ttyB0] enabled
Initialized PDC Console for debugging.
Determining PDC firmware type: System Map.
model 00005d10 00000491 00000000 00000002 77b406fc 100000f0 00000008 
000000b2 000000b2
@@ -8,41 +9,28 @@
CPUID vers 17 rev 10 (0x0000022a)
capabilities 0x3
model 9000/785/J5600
-Memory Ranges:
- 0) Start 0x0000000000000000 End 0x00000000efffffff Size 3840 MB
- 1) Start 0x00000010f0000000 End 0x00000010ffffffff Size 256 MB
-Total Memory: 4096 MB
-initrd: 7fa75000-7ffee77e
-initrd: reserving 3fa75000-3ffee77e (mem_max 100000000)
-On node 0 totalpages: 983040
- Normal zone: 13440 pages used for memmap
- Normal zone: 0 pages reserved
- Normal zone: 969600 pages, LIFO batch:31
-On node 1 totalpages: 65536
- Normal zone: 896 pages used for memmap
- Normal zone: 0 pages reserved
- Normal zone: 64640 pages, LIFO batch:15
+Total Memory: 3840 MB

Dave

-- 
John David Anglin    dave.anglin@bell.net


  reply	other threads:[~2013-09-04 15:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-29 18:51 Does there exists any 32bit-only PARISC SMP machines? Helge Deller
2013-08-30  2:42 ` James Bottomley
2013-09-03 15:56   ` Domenico Andreoli
2013-09-04  8:13     ` Aw: " Helge Deller
2013-09-04 14:07       ` Domenico Andreoli
2013-09-04 14:28         ` Domenico Andreoli
2013-09-04 15:41           ` John David Anglin [this message]
2013-09-05 16:24             ` John David Anglin
2013-10-21 20:07           ` HP J5600/J6750 64bit SMP CPU#1 stuck problems [was: Does there exists any 32bit-only PARISC SMP machines?] Helge Deller
2013-10-21 20:37             ` John David Anglin
2013-10-21 20:39               ` Helge Deller
2013-10-26 22:06                 ` Helge Deller
2013-10-29 13:31                   ` Domenico Andreoli
2013-09-04  8:44 ` Does there exists any 32bit-only PARISC SMP machines? Thomas Bogendoerfer

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=5227548F.5090909@bell.net \
    --to=dave.anglin@bell.net \
    --cc=deller@gmx.de \
    --cc=linux-parisc@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.