Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
Browse files Browse the repository at this point in the history
* 'for-linus' of git://repo.or.cz/cris-mirror:
  CRISv32: Fix typo compile error in ARTPEC-3 gpio driver.
  CRIS: Wire up syscalls signalfd4 to writev.
  CRISv32: Remove obsolete vcs_hook.o from Makefile
  CRIS: Merge machine dependent boot/compressed and boot/rescue
  • Loading branch information
Linus Torvalds committed May 11, 2009
2 parents 7b5ca22 + 999fb23 commit 1d80cac
Show file tree
Hide file tree
Showing 28 changed files with 217 additions and 438 deletions.
14 changes: 7 additions & 7 deletions arch/cris/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SRC_ARCH = $(srctree)/arch/cris
# cris object files path
OBJ_ARCH = $(objtree)/arch/cris

boot := arch/cris/$(SARCH)/boot
boot := arch/cris/boot
MACHINE := arch/cris/$(SARCH)

all: zImage
Expand All @@ -81,15 +81,15 @@ zImage Image: vmlinux
archprepare:

archclean:
$(Q)if [ -e arch/cris/$(SARCH)/boot ]; then \
$(MAKE) $(clean)=arch/cris/$(SARCH)/boot; \
$(Q)if [ -e arch/cris/boot ]; then \
$(MAKE) $(clean)=arch/cris/boot; \
fi

CLEAN_FILES += \
$(MACHINE)/boot/zImage \
$(MACHINE)/boot/compressed/decompress.bin \
$(MACHINE)/boot/compressed/piggy.gz \
$(MACHINE)/boot/rescue/rescue.bin
$(boot)/zImage \
$(boot)/compressed/decompress.bin \
$(boot)/compressed/piggy.gz \
$(boot)/rescue/rescue.bin


# MRPROPER_FILES +=
Expand Down
25 changes: 0 additions & 25 deletions arch/cris/arch-v10/boot/compressed/README

This file was deleted.

246 changes: 0 additions & 246 deletions arch/cris/arch-v10/boot/compressed/misc.c

This file was deleted.

14 changes: 11 additions & 3 deletions arch/cris/arch-v10/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@ multiple_interrupt:
movem $r13, [$sp]
push $r10 ; push orig_r10
clear.d [$sp=$sp-4] ; frametype == 0, normal frame

move.d $sp, $r10
jsr do_multiple_IRQ

jump ret_from_intr

do_sigtrap:
Expand Down Expand Up @@ -585,7 +585,7 @@ _ugdb_handle_breakpoint:
pop $r0 ; Restore r0.
ba do_sigtrap ; SIGTRAP the offending process.
pop $dccr ; Restore dccr in delay slot.

.global kernel_execve
kernel_execve:
move.d __NR_execve, $r9
Expand Down Expand Up @@ -929,6 +929,14 @@ sys_call_table:
.long sys_fallocate
.long sys_timerfd_settime /* 325 */
.long sys_timerfd_gettime
.long sys_signalfd4
.long sys_eventfd2
.long sys_epoll_create1
.long sys_dup3 /* 330 */
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_pwritev

/*
* NOTE!! This doesn't have to be exact - we just have
Expand Down
20 changes: 0 additions & 20 deletions arch/cris/arch-v32/boot/Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions arch/cris/arch-v32/boot/compressed/Makefile

This file was deleted.

Loading

0 comments on commit 1d80cac

Please sign in to comment.