Changeset c4b3e3e in mainline for arch/amd64/include


Ignore:
Timestamp:
2005-09-03T19:33:52Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c835e7c
Parents:
78665c0
Message:

Moved AMD64 kernel above 1MB.

Location:
arch/amd64/include
Files:
2 edited

Legend:

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

    r78665c0 rc4b3e3e  
    3131
    3232#define BOOTSTRAP_OFFSET                        0x8000
    33 #define BOOT_OFFSET                             0x0
     33#define BOOT_OFFSET                             0x100000
    3434
    3535#define MULTIBOOT_HEADER_MAGIC          0x1BADB002
  • arch/amd64/include/cpuid.h

    r78665c0 rc4b3e3e  
    3030#define __CPUID_H__
    3131
    32 #include <arch/types.h>
    33 
    3432#define AMD_CPUID_EXTENDED 0x80000001
    3533#define AMD_EXT_NOEXECUTE    20
     34
     35#ifndef __ASM__
     36
     37#include <arch/types.h>
    3638
    3739struct cpu_info {
     
    4951extern __u64 rdtsc(void);
    5052
     53#endif /* __ASM__ */
    5154#endif
Note: See TracChangeset for help on using the changeset viewer.