From: Greg Ungerer Date: Thu, 23 Jun 2011 05:52:25 +0000 (+1000) Subject: m68knommu: correctly use trap_init X-Git-Tag: v3.1-rc1~237^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622e9472dd723d5c7dc034510faae4b113e5bbc2;p=pandora-kernel.git m68knommu: correctly use trap_init Currently trap_init() is an empty function for m68knommu. Instead the vectors are being setup as part of the IRQ initialization. This is inconsistent with m68k and other architectures. Change the local init_vectors() to be trap_init(), and init the vectors at the correct time during startup. This will help merge of m68k and m68knommu trap code in the furture. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed