> (1) The identity phys_to_virt(virt_to_phys(x)) == x is violated.
> 
> (2) The readb/writeb/readw/writew/readl/writel macros are completely incorrect
>     since they are supposed to be applied to memory mapped I/O regions
>     allocated with ioremap, but ioremap returns a kernel virtual address
>     and hence no further mapping is appropriate.

This change breaks half the drivers in the kernel. Everything assumes they
take physical addresses. 


-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to