Changeset 2f40fe4 in mainline for arch/mips32/include/cache.h


Ignore:
Timestamp:
2006-07-01T21:40:36Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5eabe73
Parents:
7ee0e2f
Message:

Change cache_error exception to take istate * as a parameter.
Make cache_error() print epc in the panic message.
Do not rely on the compiler to generate 'nop' after 'beq' in atomic_add()
and put it there explicitly.
Indentation fixes and cosmetic changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/cache.h

    r7ee0e2f r2f40fe4  
    2727 */
    2828
    29  /** @addtogroup mips32
     29/** @addtogroup mips32 
    3030 * @{
    3131 */
     
    3636#define __mips32_CACHE_H__
    3737
    38 extern void cache_error(void);
     38#include <typedefs.h>
     39
     40extern void cache_error(istate_t *istate);
    3941
    4042#endif
    4143
    42  /** @}
     44/** @}
    4345 */
    44 
Note: See TracChangeset for help on using the changeset viewer.