Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44191
b: refs/heads/master
c: e0b19b8
h: refs/heads/master
i:
  44189: bb439ac
  44187: 6cd87ce
  44183: a4bff5d
  44175: a9d33bc
  44159: ee8aaf5
v: v3
  • Loading branch information
Andrew Victor authored and Pierre Ossman committed Dec 11, 2006
1 parent 0cbdde1 commit 5ade71f
Show file tree
Hide file tree
Showing 25 changed files with 543 additions and 468 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: 116140b7f5c9182c86a4e419f81684209357aea7
refs/heads/master: e0b19b83656731fc93f9a82592ebcad82c3e0944
2 changes: 0 additions & 2 deletions trunk/arch/mips/kernel/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ void (*_machine_restart)(char *command);
void (*_machine_halt)(void);
void (*pm_power_off)(void);

EXPORT_SYMBOL(pm_power_off);

void machine_restart(char *command)
{
if (_machine_restart)
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/mips/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ SECTIONS
.con_initcall.init : { *(.con_initcall.init) }
__con_initcall_end = .;
SECURITY_INIT
/* .exit.text is discarded at runtime, not link time, to deal with
references from .rodata */
.exit.text : { *(.exit.text) }
. = ALIGN(_PAGE_SIZE);
__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
Expand Down Expand Up @@ -136,7 +139,6 @@ SECTIONS

/* Sections to be discarded */
/DISCARD/ : {
*(.exit.text)
*(.exit.data)
*(.exitcall.exit)

Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/mips/lib/csum_partial_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Copyright (C) 1998, 1999 Ralf Baechle
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <asm/byteorder.h>
#include <asm/string.h>
Expand All @@ -30,8 +29,6 @@ __wsum csum_partial_copy_nocheck(const void *src,
return sum;
}

EXPORT_SYMBOL(csum_partial_copy_nocheck);

/*
* Copy from userspace and compute checksum. If we catch an exception
* then zero the rest of the buffer.
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/mm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ void (*local_flush_data_cache_page)(void * addr);
void (*flush_data_cache_page)(unsigned long addr);
void (*flush_icache_all)(void);

EXPORT_SYMBOL_GPL(local_flush_data_cache_page);
EXPORT_SYMBOL(flush_data_cache_page);

#ifdef CONFIG_DMA_NONCOHERENT
Expand Down
Loading

0 comments on commit 5ade71f

Please sign in to comment.