From 85ec0bcc1bc40a67368461fee0435d79305168b1 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 31 Mar 2003 16:34:49 +0000 Subject: * Patch by Arun Dharankar, 24 Mar 2003: - add threads / scheduler example code * Add patches by Robert Schwebel, 31 Mar 2003: - add ctrl-c support for kermit download - align bdinfo output on ARM * Add CPU ID, version, and clock speed for INCA-IP --- cpu/at91rm9200/cpu.c | 2 +- cpu/at91rm9200/interrupts.c | 2 +- cpu/at91rm9200/serial.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpu/at91rm9200') diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index f41210b545..bccc75d799 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c @@ -32,7 +32,7 @@ #include #include -#include +#include /* read co-processor 15, register #1 (control register) */ static unsigned long read_p15_c1(void) diff --git a/cpu/at91rm9200/interrupts.c b/cpu/at91rm9200/interrupts.c index a14ef81d0c..aa0d415012 100644 --- a/cpu/at91rm9200/interrupts.c +++ b/cpu/at91rm9200/interrupts.c @@ -31,7 +31,7 @@ */ #include -#include +#include #include extern void reset_cpu(ulong addr); diff --git a/cpu/at91rm9200/serial.c b/cpu/at91rm9200/serial.c index 565cd3da8b..5c5172ef38 100644 --- a/cpu/at91rm9200/serial.c +++ b/cpu/at91rm9200/serial.c @@ -30,7 +30,7 @@ */ #include -#include +#include /* ggi thunder */ AT91PS_USART us = (AT91PS_USART) AT91C_BASE_DBGU; -- cgit v1.2.3