Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272999
b: refs/heads/master
c: 5d40de0
h: refs/heads/master
i:
  272997: c13f459
  272995: 3854588
  272991: e21da1c
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent fe56d90 commit 727e0fe
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 78 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6582b7f7743da6ce3e3714e9e8b18e0e073d4acd
refs/heads/master: 5d40de0f6e726dc9c48fb35815e0a6153e59e1dc
6 changes: 0 additions & 6 deletions trunk/arch/um/include/shared/os.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ extern int os_drop_memory(void *addr, int length);
extern int can_drop_memory(void);
extern void os_flush_stdout(void);

/* uaccess.c */
extern unsigned long __do_user_copy(void *to, const void *from, int n,
void **fault_addr, jmp_buf **fault_catcher,
void (*op)(void *to, const void *from,
int n), int *faulted_out);

/* execvp.c */
extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);
/* helper.c */
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/um/include/shared/um_uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
extern int copy_from_user(void *to, const void __user *from, int n);
extern int copy_to_user(void __user *to, const void *from, int n);

extern int __do_copy_to_user(void *to, const void *from, int n,
void **fault_addr, jmp_buf **fault_catcher);

/*
* strncpy_from_user: - Copy a NUL terminated string from userspace.
* @dst: Destination address, in kernel space. This buffer must be at
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean-files :=

obj-y = config.o exec.o exitcode.o init_task.o irq.o ksyms.o mem.o \
physmem.o process.o ptrace.o reboot.o sigio.o \
signal.o smp.o syscall.o sysrq.o time.o tlb.o trap.o uaccess.o \
signal.o smp.o syscall.o sysrq.o time.o tlb.o trap.o \
um_arch.o umid.o skas/

obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
Expand Down
33 changes: 0 additions & 33 deletions trunk/arch/um/kernel/uaccess.c

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/arch/um/os-Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#

obj-y = aio.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
registers.o sigio.o signal.o start_up.o time.o tty.o uaccess.o \
registers.o sigio.o signal.o start_up.o time.o tty.o \
umid.o tls.o user_syms.o util.o drivers/ sys-$(SUBARCH)/ skas/

obj-$(CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA) += elf_aux.o

USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
tty.o tls.o uaccess.o umid.o util.o
tty.o tls.o umid.o util.o

CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)

Expand Down
32 changes: 0 additions & 32 deletions trunk/arch/um/os-Linux/uaccess.c

This file was deleted.

0 comments on commit 727e0fe

Please sign in to comment.