| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-rpc/riscpc.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 1998-2001 Russell King |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | * |
|---|
| 10 | 7 | * Architecture specific fixups. |
|---|
| 11 | 8 | */ |
|---|
| .. | .. |
|---|
| 49 | 46 | switch (tag->u.acorn.vram_pages) { |
|---|
| 50 | 47 | case 512: |
|---|
| 51 | 48 | vram_size += PAGE_SIZE * 256; |
|---|
| 49 | + fallthrough; /* ??? */ |
|---|
| 52 | 50 | case 256: |
|---|
| 53 | 51 | vram_size += PAGE_SIZE * 256; |
|---|
| 54 | 52 | default: |
|---|