Changeset b07769b6 in mainline for arch/ppc/src/dummy.s


Ignore:
Timestamp:
2005-08-19T13:12:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a61ef
Parents:
6a4177a
Message:

Switch over to per vm_t page tables. (breaks ia32 userspace)

Define dummy memcopy() for amd64 and ppc to satisfy compiler.

Get rid of problematic #include <arch/mm/page.h> in mm/page.h.

Indentation fixes and small changes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/dummy.s

    r6a4177a rb07769b6  
    2929.text
    3030
     31.global memcopy
    3132.global cpu_priority_high
    3233.global cpu_priority_low
     
    5152.global dummy
    5253
     54memcopy:
    5355cpu_priority_high:
    5456cpu_priority_low:
Note: See TracChangeset for help on using the changeset viewer.