-----Original Message-----
From: linuxppc-dev-bounces+bharat.bhushan=3Dfreescale.com@lists.ozlabs.or=
g
[mailto:linuxppc-dev-bounces+bharat.bhushan=3Dfreescale.com@lists.ozlabs.=
org] On
Behalf Of Shaohui Xie
Sent: Tuesday, May 08, 2012 11:37 AM
To: linux-watchdog@vger.kernel.org; linuxppc-dev@lists.ozlabs.org
Cc: Xie Shaohui-B21989
Subject: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related =
code to
prom.c
=20
Currently, BOOKE watchdog code for checking "wdt" and "wdt_period" is in
setup_32.c, it cannot be used in 64-bit, so move it to a common place pro=
m.c,
which will be shared by 32-bit and 64-bit.
=20
Also, replace the simple_strtoul with kstrtol.
=20
Signed-off-by: Shaohui Xie <redacted>
---
arch/powerpc/kernel/prom.c | 27 +++++++++++++++++++++++++++
arch/powerpc/kernel/setup_32.c | 24 ------------------------
2 files changed, 27 insertions(+), 24 deletions(-)
Is not setup-common.c is better place to move this?
Thanks
-Bharat