]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: merge fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Nov 2013 03:19:33 +0000 (14:19 +1100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Nov 2013 23:08:52 +0000 (15:08 -0800)
commitf808f35e5c9075b495a37c8f2ab5dd62dcb2122b
tree65453ab482c442d8d1f2dbe45e4502248041e7e7
parent2d7548538464af9414b124f83ab7e6b41d822e22
sparc64: merge fix

After merging the final tree, today's linux-next build (sparc64 defconfig)
failed like this:

arch/sparc/mm/init_64.c: In function 'pte_alloc_one':
arch/sparc/mm/init_64.c:2568:9: error: unused variable 'pte' [-Werror=unused-variable]

Caused by the merge between commit 35ae359db12b ("sparc64: Move from 4MB
to 8MB huge pages") and commit dd5d4836f846 ("sparc: handle
pgtable_page_ctor() fail") (I had the following merge fix in linux-next,
but it didn't seem to propagate upstream - may have forgotten to point it
out :-().

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/init_64.c