ARM: riscpc: Mark expected switch fall-through
[linux-2.6-microblaze.git] / arch / arm / mach-rpc / riscpc.c
index 0ce56ad..ea2c842 100644 (file)
@@ -46,6 +46,7 @@ static int __init parse_tag_acorn(const struct tag *tag)
        switch (tag->u.acorn.vram_pages) {
        case 512:
                vram_size += PAGE_SIZE * 256;
+               /* Fall through - ??? */
        case 256:
                vram_size += PAGE_SIZE * 256;
        default: