Changeset 3d6beaa in mainline for kernel/arch/abs32le/include/asm.h


Ignore:
Timestamp:
2010-05-22T22:10:51Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8230b9
Parents:
4bd675d
Message:

get rid of get_ip()

File:
1 edited

Legend:

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

    r4bd675d r3d6beaa  
    182182}
    183183
    184 static inline uintptr_t *get_ip()
    185 {
    186         /* On real hardware this returns the current instruction
    187            pointer value. The value certainly changes with each
    188            instruction, but it can be still used to identify
    189            a specific function. */
    190        
    191         return 0;
    192 }
    193 
    194184#endif
    195185
Note: See TracChangeset for help on using the changeset viewer.