> - case sun4u:
> - printk("SUN4U\n");
> - BUG();
> - break;
> - default:
> - printk("UNKNOWN!\n");
> - BUG();
> - break;
> - }Assuming there was a reason why there's a check for sun4u here: What will be the user experience when someone tries to boot a LEON kernel on a sun4u?

