Changeset 5d9e36b in mainline for kernel/arch/arm32/include/asm.h


Ignore:
Timestamp:
2012-12-30T13:32:58Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfb57fb
Parents:
949869d
Message:

arm32: Rename PROCESSOR macro to PROCESSOR_ARCH

We'll need PROCESSOR macro for MPU specific bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/asm.h

    r949869d r5d9e36b  
    5353NO_TRACE static inline void cpu_sleep(void)
    5454{
    55 #ifdef PROCESSOR_armv7_a
     55#ifdef PROCESSOR_ARCH_armv7_a
    5656        asm volatile ( "wfe" :: );
    5757#elif defined(MACHINE_gta02) | defined(MACHINE_integratorcp)
Note: See TracChangeset for help on using the changeset viewer.