get_cpu_gdt_table...

This commit is contained in:
gatieme
2017-03-22 00:12:10 +08:00
parent 879f3738f9
commit 94e33d152e
7 changed files with 0 additions and 1417 deletions
@@ -1 +0,0 @@
cmd_/home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.ko /home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.o /home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.mod.o
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,2 +0,0 @@
/home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.ko
/home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.o
@@ -1,30 +0,0 @@
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
static const struct modversion_info ____versions[]
__used
__attribute__((section("__versions"))) = {
{ 0x9d35aeec, __VMLINUX_SYMBOL_STR(module_layout) },
{ 0xbdfb6dbb, __VMLINUX_SYMBOL_STR(__fentry__) },
};
static const char __module_depends[]
__used
__attribute__((section(".modinfo"))) =
"depends=";
MODULE_INFO(srcversion, "6C7185198AC94911B82AE33");
@@ -1 +0,0 @@
kernel//home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/study/kernel/03-vmarea/00-code/02-gdt_table/get_gdt_table.ko