Re: [PATCH] powerpc: consolidate mpc83xx platform files
From: Ben Warren <hidden>
Date: 2006-12-19 22:26:28
From: Ben Warren <hidden>
Date: 2006-12-19 22:26:28
On Tue, 2006-12-19 at 15:30 -0600, Kim Phillips wrote:
diff --git a/arch/powerpc/platforms/83xx/setup.c b/arch/powerpc/platforms/83xx/setup.c new file mode 100644 index 0000000..6177581 --- /dev/null +++ b/arch/powerpc/platforms/83xx/setup.c
<snip>
+
+static u8 __iomem *bcsr_regs = NULL;
+
+u8 *get_bcsr(void)
+{
+ return bcsr_regs;
+}
+Sorry for rehashing this, but BCSR is a Freescale-only thing. While I realize it's something you guys put on all of your evaluation boards, I doubt anybody else does. It's a tiny amount of code, but does it belong in the common file? regards, Ben