Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44463
b: refs/heads/master
c: 1c0350b
h: refs/heads/master
i:
  44461: c9dfe0d
  44459: 9c24400
  44455: f65aaae
  44447: d8b70c8
v: v3
  • Loading branch information
Chris Zankel authored and Linus Torvalds committed Dec 13, 2006
1 parent 294dce1 commit b9d4f21
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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: 8a102eed9c4e1d21bad07a8fd97bd4fbf125d966
refs/heads/master: 1c0350bd0c9b59957760e67516973db35bafa050
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extra-y := head.o vmlinux.lds


obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o semaphore.o \
setup.o signal.o syscalls.o time.o traps.o vectors.o platform.o \
setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
pci-dma.o

## windowspill.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
*/
#include <asm/uaccess.h>
#include <asm/syscalls.h>
#include <asm/syscall.h>
#include <asm/unistd.h>
#include <linux/linkage.h>
#include <linux/stringify.h>
Expand Down
11 changes: 11 additions & 0 deletions trunk/include/asm-xtensa/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ struct termios {
cc_t c_cc[NCCS]; /* control characters */
};

struct ktermios {
tcflag_t c_iflag; /* input mode flags */
tcflag_t c_oflag; /* output mode flags */
tcflag_t c_cflag; /* control mode flags */
tcflag_t c_lflag; /* local mode flags */
cc_t c_line; /* line discipline */
cc_t c_cc[NCCS]; /* control characters */
speed_t c_ispeed; /* input speed */
speed_t c_ospeed; /* output speed */
};

/* c_cc characters */

#define VINTR 0
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-xtensa/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#ifdef __ASSEMBLY__

#define _ASMLANGUAGE
#include <asm/current.h>
#include <asm/asm-offsets.h>
#include <asm/processor.h>
Expand Down

0 comments on commit b9d4f21

Please sign in to comment.