]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sparc64: Fix sparse warnings in fault.c
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 07:10:32 +0000 (00:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 07:10:32 +0000 (00:10 -0700)
commitb539c4676600dc25c2cd9322ff6bff2c2d455161
tree8241a9cae96a40bcced945821f9e31dc25176878
parenta9e7bb041084055b70971e3cde3bb21aea593a74
sparc64: Fix sparse warnings in fault.c

1) set_brkpt() is referenced by nothing and hasn't been used by anyone
   to my knowledge for many many years.  So just delete it.

2) add extern decl for do_sparc64_fault() in asm/pgtable_64.h

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/pgtable_64.h
arch/sparc64/mm/fault.c