Re: [PATCH] x86/mm: fix slow_virt_to_phys() for X86_PAE again

2016-02-25 Thread Toshi Kani
> And, the variable 'phys_addr' was defined as "unsigned long" by mistake > -- it should > be "phys_addr_t". > > As a result, Hyper-V network driver in 32-PAE Linux guest can't work > again. > > Fixes: "commmit 34437e67a672: x86/m

Re: [PATCH] Staging / quickstart: remove reduplicate if(acpi_disabled) check

2013-09-25 Thread Toshi Kani
On Sun, 2013-09-22 at 11:05 +, Hanjun Guo wrote: > In acpi_bus_register_driver(), there is an if (acpi_disabled) check, > so the if(acpi_disabled) before it is reduplicate, remove it. > > Signed-off-by: Hanjun Guo Acked-by: Toshi Kani -Toshi > --- > drivers/