diff options
| author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 04:44:05 -0500 |
|---|---|---|
| committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:16:46 -0500 |
| commit | eb090473a71ecd35987542fb733a14cc2023777f (patch) | |
| tree | 20592b2465499490e8489862ae29b3e2f4126c44 /include/asm-cris | |
| parent | 9f68ff9ee9ecae38a3b0bb3b9c4799cded19b27c (diff) | |
CRIS v32: Correct spelling of bandwidth in function name.
Diffstat (limited to 'include/asm-cris')
| -rw-r--r-- | include/asm-cris/arch-v32/mach-a3/arbiter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v32/mach-a3/arbiter.h b/include/asm-cris/arch-v32/mach-a3/arbiter.h index 50a89351e62..65e9d6ff052 100644 --- a/include/asm-cris/arch-v32/mach-a3/arbiter.h +++ b/include/asm-cris/arch-v32/mach-a3/arbiter.h | |||
| @@ -24,7 +24,7 @@ enum { | |||
| 24 | 24 | ||
| 25 | #define MARB_CLIENTS(foo_cli, bar_cli) (((bar_cli) << 16) | (foo_cli)) | 25 | #define MARB_CLIENTS(foo_cli, bar_cli) (((bar_cli) << 16) | (foo_cli)) |
| 26 | 26 | ||
| 27 | int crisv32_arbiter_allocate_bandwith(int client, int region, | 27 | int crisv32_arbiter_allocate_bandwidth(int client, int region, |
| 28 | unsigned long bandwidth); | 28 | unsigned long bandwidth); |
| 29 | int crisv32_arbiter_watch(unsigned long start, unsigned long size, | 29 | int crisv32_arbiter_watch(unsigned long start, unsigned long size, |
| 30 | unsigned long clients, unsigned long accesses, | 30 | unsigned long clients, unsigned long accesses, |
