| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, wim@iguana.be |
|---|---|
| Subject: | [PATCH 4/7] MIPS: Octeon: Export prom_putchar(). |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Fri, 23 Jul 2010 18:41:44 -0700 |
| Cc: | linux-kernel@vger.kernel.org, David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <1279935707-3997-1-git-send-email-ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1279935707-3997-1-git-send-email-ddaney@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
The forthcoming watchdog driver will use it.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
arch/mips/cavium-octeon/setup.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index 6f36bc1..85a615a 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -691,7 +691,10 @@ void __init plat_mem_setup(void)
"cvmx_bootmem_phy_alloc\n");
}
-
+/*
+ * Emit one character to the boot UART. Exported for use by the
+ * watchdog timer.
+ */
int prom_putchar(char c)
{
uint64_t lsrval;
@@ -705,6 +708,7 @@ int prom_putchar(char c)
cvmx_write_csr(CVMX_MIO_UARTX_THR(octeon_uart), c & 0xffull);
return 1;
}
+EXPORT_SYMBOL(prom_putchar);
void prom_free_prom_memory(void)
{
--
1.7.1.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/7] MIPS: Add BBIT0 and BBIT1 instructions to uasm, David Daney |
|---|---|
| Next by Date: | [PATCH 6/7] MIPS: Define ST0_NMI in asm/mipsregs.h, David Daney |
| Previous by Thread: | Re: [PATCH 2/7] MIPS: Add BBIT0 and BBIT1 instructions to uasm, Ralf Baechle |
| Next by Thread: | Re: [PATCH 4/7] MIPS: Octeon: Export prom_putchar()., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |