From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/tools/arch/mips/include/uapi/asm/mman.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/tools/arch/mips/include/uapi/asm/mman.h b/kernel/tools/arch/mips/include/uapi/asm/mman.h index de22068..c8acaa1 100644 --- a/kernel/tools/arch/mips/include/uapi/asm/mman.h +++ b/kernel/tools/arch/mips/include/uapi/asm/mman.h @@ -28,8 +28,6 @@ #define MAP_NONBLOCK 0x20000 #define MAP_NORESERVE 0x0400 #define MAP_POPULATE 0x10000 -#define MAP_PRIVATE 0x002 -#define MAP_SHARED 0x001 #define MAP_STACK 0x40000 #define PROT_EXEC 0x04 #define PROT_GROWSDOWN 0x01000000 -- Gitblit v1.6.2