Changeset d92bf462 in mainline for kernel/arch/mips32/include/cp0.h


Ignore:
Timestamp:
2010-05-22T22:31:17Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba7371f9
Parents:
d354d57
Message:

coding style changes, no change in functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/cp0.h

    rd354d57 rd92bf462  
    3838#include <typedefs.h>
    3939
    40 #define cp0_status_ie_enabled_bit       (1 << 0)
    41 #define cp0_status_exl_exception_bit    (1 << 1)
    42 #define cp0_status_erl_error_bit        (1 << 2)
    43 #define cp0_status_um_bit               (1 << 4)
    44 #define cp0_status_bev_bootstrap_bit    (1 << 22)
    45 #define cp0_status_fpu_bit              (1 << 29)
     40#define cp0_status_ie_enabled_bit     (1 << 0)
     41#define cp0_status_exl_exception_bit  (1 << 1)
     42#define cp0_status_erl_error_bit      (1 << 2)
     43#define cp0_status_um_bit             (1 << 4)
     44#define cp0_status_bev_bootstrap_bit  (1 << 22)
     45#define cp0_status_fpu_bit            (1 << 29)
    4646
    4747#define cp0_status_im_shift             8
Note: See TracChangeset for help on using the changeset viewer.