All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Make PAGE_OFFSET variable.
@ 2013-09-21  5:15 David Miller
  2013-09-21 15:34 ` Kirill Tkhai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Miller @ 2013-09-21  5:15 UTC (permalink / raw)
  To: sparclinux


Basically the first 5 patches deconstruct the whole situation,
then the final patch throws the switch and makes PAGE_OFFSET
variable based upon cpu type.

I tested this patch series lightly on a T4.  This obviously
isn't enough to fully support 47-bit physical addresses yet,
and I'll be looking into the page table issues next to take
care of that.

Signed-off-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] Make PAGE_OFFSET variable.
  2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
@ 2013-09-21 15:34 ` Kirill Tkhai
  2013-09-21 17:58 ` David Miller
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Kirill Tkhai @ 2013-09-21 15:34 UTC (permalink / raw)
  To: sparclinux

21.09.2013, 09:16, "David Miller" <davem@davemloft.net>:
> Basically the first 5 patches deconstruct the whole situation,
> then the final patch throws the switch and makes PAGE_OFFSET
> variable based upon cpu type.
>
> I tested this patch series lightly on a T4. šThis obviously
> isn't enough to fully support 47-bit physical addresses yet,
> and I'll be looking into the page table issues next to take
> care of that.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> --

Boot tested on Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 296MHz)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] Make PAGE_OFFSET variable.
  2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
  2013-09-21 15:34 ` Kirill Tkhai
@ 2013-09-21 17:58 ` David Miller
  2013-09-21 18:39 ` Bob Picco
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2013-09-21 17:58 UTC (permalink / raw)
  To: sparclinux

From: Kirill Tkhai <tkhai@yandex.ru>
Date: Sat, 21 Sep 2013 19:34:49 +0400

> Boot tested on Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 296MHz)

Thanks a lot, can you tell me what it said early in bootup?

Specifically this part:

[    0.000000] PAGE_OFFSET is 0xffff800000000000 (max_phys_bits = 47)

Thanks again!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] Make PAGE_OFFSET variable.
  2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
  2013-09-21 15:34 ` Kirill Tkhai
  2013-09-21 17:58 ` David Miller
@ 2013-09-21 18:39 ` Bob Picco
  2013-09-21 18:44 ` Kirill Tkhai
  2013-09-22 12:36 ` Kirill Tkhai
  4 siblings, 0 replies; 6+ messages in thread
From: Bob Picco @ 2013-09-21 18:39 UTC (permalink / raw)
  To: sparclinux

Hi,
David Miller wrote:	[Sat Sep 21 2013, 01:58:35PM EDT]
> From: Kirill Tkhai <tkhai@yandex.ru>
> Date: Sat, 21 Sep 2013 19:34:49 +0400
> 
> > Boot tested on Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 296MHz)
> 
> Thanks a lot, can you tell me what it said early in bootup?
> 
> Specifically this part:
> 
> [    0.000000] PAGE_OFFSET is 0xffff800000000000 (max_phys_bits = 47)
> 
> Thanks again!
This is a T4-1 in CA. I'll push it hard.
[    0.000000] PAGE_OFFSET is 0xffff800000000000 (max_phys_bits = 47)

Locally I try not to wear noise suppressing head phones on Saturdays for
my T4-2 :) I will review the patches again by tomorrow. They look good so far!

thanx,

bob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] Make PAGE_OFFSET variable.
  2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
                   ` (2 preceding siblings ...)
  2013-09-21 18:39 ` Bob Picco
@ 2013-09-21 18:44 ` Kirill Tkhai
  2013-09-22 12:36 ` Kirill Tkhai
  4 siblings, 0 replies; 6+ messages in thread
From: Kirill Tkhai @ 2013-09-21 18:44 UTC (permalink / raw)
  To: sparclinux



21.09.2013, 21:58, "David Miller" <davem@davemloft.net>:
> From: Kirill Tkhai <tkhai@yandex.ru>
> Date: Sat, 21 Sep 2013 19:34:49 +0400
>
>> šBoot tested on Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 296MHz)
>
> Thanks a lot, can you tell me what it said early in bootup?
>
> Specifically this part:
>
> [ ššš0.000000] PAGE_OFFSET is 0xffff800000000000 (max_phys_bits = 47)
>
> Thanks again!

I sent you email and ran away from my sparc right after that.

I'll send everything tomorrow!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] Make PAGE_OFFSET variable.
  2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
                   ` (3 preceding siblings ...)
  2013-09-21 18:44 ` Kirill Tkhai
@ 2013-09-22 12:36 ` Kirill Tkhai
  4 siblings, 0 replies; 6+ messages in thread
From: Kirill Tkhai @ 2013-09-22 12:36 UTC (permalink / raw)
  To: sparclinux

21.09.2013, 22:45, "Kirill Tkhai" <tkhai@yandex.ru>:
> 21.09.2013, 21:58, "David Miller" <davem@davemloft.net>:
>
>> šFrom: Kirill Tkhai <tkhai@yandex.ru>
>> šDate: Sat, 21 Sep 2013 19:34:49 +0400
>>> ššBoot tested on Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 296MHz)
>> šThanks a lot, can you tell me what it said early in bootup?
>>
>> šSpecifically this part:
>>
>> š[ ššš0.000000] PAGE_OFFSET is 0xffff800000000000 (max_phys_bits = 47)
>>
>> šThanks again!
>
> I sent you email and ran away from my sparc right after that.
>
> I'll send everything tomorrow!

$ dmesg | grep PAGE
[    0.000000] PAGE_OFFSET is 0xffffff0000000000 (max_phys_bits = 40)

$cat /proc/cpuinfo 
cpu             : TI UltraSparc II  (BlackBird)
fpu             : UltraSparc II integrated FPU
pmu             : ultra12
prom            : OBP 3.11.25 1998/01/16 12:22
type            : sun4u
ncpus probed    : 2
ncpus active    : 2
D$ parity tl1   : 0
I$ parity tl1   : 0
cpucaps         : flush,stbar,swap,muldiv,v9,mul32,div32,v8plus,vis
Cpu0ClkTck      : 0000000011a4663e
Cpu2ClkTck      : 0000000011a4663e
MMU Type        : Spitfire
MMU PGSZs       : 8K,64K,512K,4MB
State:
CPU0:           online
CPU2:           online

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-22 12:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21  5:15 [PATCH 0/6] Make PAGE_OFFSET variable David Miller
2013-09-21 15:34 ` Kirill Tkhai
2013-09-21 17:58 ` David Miller
2013-09-21 18:39 ` Bob Picco
2013-09-21 18:44 ` Kirill Tkhai
2013-09-22 12:36 ` Kirill Tkhai

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.