Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83339
b: refs/heads/master
c: b2a53bc
h: refs/heads/master
i:
  83337: d36ad7e
  83335: 6254e7a
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 6, 2008
1 parent 60df10c commit e382d8b
Show file tree
Hide file tree
Showing 19 changed files with 516 additions and 536 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: b297d520b9af536d5580ac505dd316be4cf5560c
refs/heads/master: b2a53bc636b0e7e9ce4c899ad605432339ef5861
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ sys_call_table:
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
.long sys_ni_syscall /* 280, was sys_timerfd */
.long sys_timerfd /* 280 */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ sys_call_table:
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd
.long sys_eventfd
.long sys_fallocate

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m32r/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd
.long sys_eventfd
.long sys_fallocate
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd
.long sys_eventfd
.long sys_fallocate
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/syscalls_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ sys_call_table:
.long sys_epoll_pwait
.long sys_utimensat
.long sys_signalfd
.long sys_ni_syscall /* 350 */
.long sys_timerfd /* 350 */
.long sys_eventfd
.long sys_fallocate
1 change: 1 addition & 0 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte)
if (!SHARED_KERNEL_PMD) {
struct page *page;

address = __pa(address);
list_for_each_entry(page, &pgd_list, lru) {
pgd_t *pgd;
pud_t *pud;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ obj-y := core.o sys.o bus.o dd.o \
cpu.o firmware.o init.o map.o devres.o \
attribute_container.o transport_class.o
obj-y += power/
obj-$(CONFIG_HAS_DMA) += dma-mapping.o
obj-$(CONFIG_HAS_DMA) += dma-mapping.o dmapool.o
obj-$(CONFIG_ISA) += isa.o
obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o
Expand Down
Loading

0 comments on commit e382d8b

Please sign in to comment.