From 6006505cd78d183173b00ff458c581ba59fe7b48 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Wed, 23 Apr 2008 21:31:14 +0900 Subject: [PATCH] --- yaml --- r: 96289 b: refs/heads/master c: 9b4e466f93c6b614d05139d84a930a55fe4cd781 h: refs/heads/master i: 96287: 4e8621c793a37522998b47f8af2939f7ef566079 v: v3 --- [refs] | 2 +- trunk/drivers/serial/sh-sci.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4d16c620a4b3..17f439b8f2b5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 346b746300f470bb4a72b66275d6a43987c5dfa6 +refs/heads/master: 9b4e466f93c6b614d05139d84a930a55fe4cd781 diff --git a/trunk/drivers/serial/sh-sci.h b/trunk/drivers/serial/sh-sci.h index 4d1c0e328a03..b0dac379dee5 100644 --- a/trunk/drivers/serial/sh-sci.h +++ b/trunk/drivers/serial/sh-sci.h @@ -452,7 +452,11 @@ SCIF_FNS(SCSPTR, 0, 0, 0x24, 16) SCIF_FNS(SCLSR, 0, 0, 0x28, 16) #else SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16) +#if defined(CONFIG_CPU_SUBTYPE_SH7722) +SCIF_FNS(SCSPTR, 0, 0, 0, 0) +#else SCIF_FNS(SCSPTR, 0, 0, 0x20, 16) +#endif SCIF_FNS(SCLSR, 0, 0, 0x24, 16) #endif #endif