Changeset 18e0a6c in mainline for src/mm/vm.c


Ignore:
Timestamp:
2005-06-09T23:43:45Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74df77d
Parents:
d896525
Message:

Implement several assembler functions in gcc's asm notation instead of in .s or .S file.
Gain both better speed and size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mm/vm.c

    rd896525 r18e0a6c  
    3939#include <list.h>
    4040#include <panic.h>
     41#include <arch/asm.h>
    4142
    4243vm_t *vm_create(void)
Note: See TracChangeset for help on using the changeset viewer.