- 17 9月, 2009 1 次提交
-
-
由 Chen Liqin 提交于
-
- 30 8月, 2009 4 次提交
-
-
由 Chen Liqin 提交于
-
由 Chen Liqin 提交于
-
由 Chen Liqin 提交于
-
由 Chen Liqin 提交于
-
- 27 6月, 2009 3 次提交
-
-
由 Arnd Bergmann 提交于
Some internal definitions of the interrupt controller are only needed in irq.c, so move them out of the global irq.h header. Also add proper __iomem annotations for sparse. Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Arnd Bergmann 提交于
Annotate the address space for pointers that are used correctly with __user and __iomem, so that sparse can better warn about incorrect casts. Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Arnd Bergmann 提交于
Files that define a global function should #include the header with its declaration to make sure that the prototypes do not diverge. Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 19 6月, 2009 4 次提交
-
-
由 Arnd Bergmann 提交于
Every system call should be declared, so this adds missing declarations for the ones we were missing so far. Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Arnd Bergmann 提交于
This really should not be needed. The change for not changing the IPC code for every new architecture just went into 2.6.31, so we can skip it now. Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Chen Liqin 提交于
modified: arch/score/include/asm/cacheflush.h modified: arch/score/include/asm/delay.h modified: arch/score/include/asm/errno.h modified: arch/score/include/asm/pgtable-bits.h modified: arch/score/include/asm/pgtable.h modified: arch/score/include/asm/ptrace.h modified: arch/score/include/asm/unistd.h modified: arch/score/kernel/entry.S modified: arch/score/kernel/process.c modified: arch/score/kernel/ptrace.c modified: arch/score/kernel/signal.c modified: arch/score/kernel/sys_score.c modified: arch/score/kernel/traps.c modified: arch/score/mm/cache.c Signed-off-by: NChen Liqin <liqin.chen@sunplusct.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Chen Liqin 提交于
This is the complete set of new arch Score's files for linux. Score instruction set support 16bits, 32bits and 64bits instruction, Score SOC had been used in game machine and LCD TV. Signed-off-by: NChen Liqin <liqin.chen@sunplusct.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-