Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/sparc64/sparc64



>>> "Palle Lyckegaard" <palle%netbsd.org@localhost> wrote

> Module Name:	src
> Committed By:	palle
> Date:		Sat Feb 11 23:41:36 UTC 2017
> 
> Modified Files:
> 	src/sys/arch/sparc64/sparc64: trap.c
> 
> Log Message:
> sun4v: Fix calculation of mmu data fault address (pointer arithmetic)

paddr_t is "unsigned long int" or "unsigned long long int", so not
a pointer.  Why did you add "/ sizeof(paddr_t)" ?

-- Takeshi Nakayama


Home | Main Index | Thread Index | Old Index