Changeset 82a80d3 in mainline for arch/amd64/include/asm.h


Ignore:
Timestamp:
2005-09-03T08:38:28Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe56609d
Parents:
36b209a
Message:

Implement PPC's get_stack_base().

Comment AMD64's get_stack_base().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/asm.h

    r36b209a r82a80d3  
    3737void asm_fake_loop(__u32 t);
    3838
     39/** Return base address of current stack.
     40 *
     41 * Return the base address of the current stack.
     42 * The stack is assumed to be STACK_SIZE bytes long.
     43 * The stack must start on page boundary.
     44 */
    3945static inline __address get_stack_base(void)
    4046{
Note: See TracChangeset for help on using the changeset viewer.