Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/asm.h

    re731b0d rc785296  
    3434#include "main.h"
    3535
    36 #define PAGE_WIDTH  14
    37 #define PAGE_SIZE   (1 << PAGE_WIDTH)
     36#define PAGE_WIDTH      14
     37#define PAGE_SIZE       (1 << PAGE_WIDTH)
    3838
    39 #define BALLOC_MAX_SIZE  (128 * 1024)
     39#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
    4040
    4141extern void halt(void);
     42/*extern void jump_to_kernel(void *entry, uint64_t cfg, bootinfo_t *bootinfo,
     43        unsigned int bootinfo_size) __attribute__((noreturn));*/
     44
    4245extern void jump_to_kernel(void *) __attribute__((noreturn));
    4346
Note: See TracChangeset for help on using the changeset viewer.