On Sat, Apr 12, 2014 at 02:59:55AM -0700, Haren Myneni wrote:
> Alan,
> LTP test (signalstack02) is failing.
Ignore the stupid test. Do *NOT* change the kernel value to match
glibc. The two sets of constants are independent.
The glibc constants are for user code, to allocate correctly si
On 13.04.14 04:27, Liu ping fan wrote:
On Fri, Apr 11, 2014 at 10:03 PM, Alexander Graf wrote:
On 11.04.2014, at 13:45, Liu Ping Fan wrote:
When we mark pte with _PAGE_NUMA we already call
mmu_notifier_invalidate_range_start
and mmu_notifier_invalidate_range_end, which will mark existing g
Hi Dan,
fsl dma device and fsl raid device are two differenct devices that both provide
async_memcpy
capability, so I use !FSL_DMA to disable the fsl dma device.
That's to say, either select fsldma device, either fsl raid device.
Thanks,
Xuelin Shi
-Original Message-
From: dan.j.willi
From: Wang Dongsheng
At T104x platfrom the timer clock will be changed when system going to
deep sleep. Add suspend function to switch timer time before system
going to deep sleep, and recovery the time after resume from deep sleep.
Signed-off-by: Wang Dongsheng
diff --git a/arch/powerpc/sysde
From: Wang Dongsheng
Add set_pm_suspend_state & pm_suspend_state functions to set/get suspend state.
When system going to sleep, devices can get the system suspend
state(STANDBY/MEM)
through pm_suspend_state function and handle different situations.
Signed-off-by: Wang Dongsheng
diff --git a/