maintenance

This commit is contained in:
Thomas Doerfler
2008-09-08 09:57:15 +00:00
parent 63de714ce7
commit 49d872d93f
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
void m8xx_cp_execute_cmd( uint16_t command )
{
uint16_t lvl;
rtems_interrupt_level lvl;
rtems_interrupt_disable(lvl);
while (m8xx.cpcr & M8xx_CR_FLG) {

View File

@@ -45,7 +45,6 @@
**************************************************************************
**************************************************************************
*/
#ifndef _MPC8XX_H
#define _MPC8XX_H