Changeset 7c8e1e1 in mainline for kernel/arch/sparc64/include/asm.h


Ignore:
Timestamp:
2010-05-21T23:02:10Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecbd287d
Parents:
3500f75 (diff), 0242621 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge initial support for sparc64 kernel stack tracing.

File:
1 edited

Legend:

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

    r3500f75 r7c8e1e1  
    446446extern void asm_delay_loop(const uint32_t usec);
    447447
     448extern uint64_t read_from_ag_g6(void);
    448449extern uint64_t read_from_ag_g7(void);
    449450extern void write_to_ag_g6(uint64_t val);
Note: See TracChangeset for help on using the changeset viewer.