Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[deliverable/linux.git] / arch / ia64 / kernel / unaligned.c
index e7ae6088350acddbb36d8e2fd04f2bc177668c09..7f0d31656b4d9d2069c904ae474ef46a29e6f966 100644 (file)
@@ -1378,6 +1378,7 @@ ia64_handle_unaligned (unsigned long ifa, struct pt_regs *regs)
         * extract the instruction from the bundle given the slot number
         */
        switch (ipsr->ri) {
+             default:
              case 0: u.l = (bundle[0] >>  5); break;
              case 1: u.l = (bundle[0] >> 46) | (bundle[1] << 18); break;
              case 2: u.l = (bundle[1] >> 23); break;
This page took 0.025005 seconds and 5 git commands to generate.