2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
This commit is contained in:
Joel Sherrill
2009-06-05 12:56:55 +00:00
parent bab15ed4b9
commit 7a5c013c1e
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
2009-06-04 Xi Yang <hiyangxi@gmail.com>
* Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255

View File

@@ -8,26 +8,25 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*
* $Id$
*/
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h>
#include <bsp.h>
#include <bspopts.h>
#include <irq.h>
#include <pxa255.h>
#if ON_SKYEYE==1
#define CLOCK_DRIVER_USE_FAST_IDLE
#endif
static unsigned long period_num;
/**
* Enables clock interrupt.
*