forked from Imagelibrary/rtems
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
.set PORT_A, 0xc00000a8 # port A
|
.set PORT_A, 0xc00000a8 # port A
|
||||||
.set PORT_B, 0xc00000a4 # port B
|
.set PORT_B, 0xc00000a4 # port B
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
PUBLIC(timerisr)
|
PUBLIC(timerisr)
|
||||||
|
|||||||
Reference in New Issue
Block a user