Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3482 → Rev 3480

/drivers/ddk/core.S
24,14 → 24,13
.global _FreeKernelSpace
.global _FreePage
 
.global _GetCpuFreq
.global _GetDisplay
.global _GetEvent
.global _GetPgAddr
.global _GetPid
.global _GetService
.global _GetTimerTicks
.global _GetStackBase
.global _GetTimerTicks
.global _GetWindowRect
 
.global _KernelAlloc
93,8 → 92,6
.def _FreePage; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
.def _GetEvent; .scl 2; .type 32; .endef
.def _GetPid; .scl 2; .type 32; .endef
.def _GetPgAddr; .scl 2; .type 32; .endef
161,7 → 158,6
_FreeKernelSpace:
_FreePage:
 
_GetCpuFreq:
_GetDisplay:
_GetEvent:
_GetPid:
233,8 → 229,6
.ascii " -export:FreeKernelSpace" # stdcall
.ascii " -export:FreePage" #
 
.ascii " -export:GetCpuFreq" #
 
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #
.ascii " -export:GetPid" #
/drivers/ddk/Makefile
1,5 → 1,4
 
 
CC = gcc
AS = as
 
8,7 → 7,7
 
INCLUDES = -I$(DRV_INCLUDES) -I$(DRV_INCLUDES)/linux -I$(DRV_INCLUDES)/linux/asm
DEFINES = -DKOLIBRI -D__KERNEL__ -DCONFIG_X86_32
CFLAGS = -c -Os $(INCLUDES) $(DEFINES) -march=i686 -fomit-frame-pointer -fno-builtin-printf \
CFLAGS = -c -Os $(INCLUDES) $(DEFINES) -march=i586 -fomit-frame-pointer -fno-builtin-printf \
-mno-stack-arg-probe -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
 
NAME:= libddk
32,7 → 31,6
linux/ctype.c \
linux/string.c \
linux/time.c \
linux/workqueue.c \
malloc/malloc.c \
stdio/vsprintf.c \
string/_memmove.S \
/drivers/ddk/linux/workqueue.c
File deleted