commit | fc9e8b4e275b6882cb537154c8fc7cde3692eea0 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Nov 09 15:42:44 2006 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Mon Nov 13 14:49:01 2006 +1100 |
tree | 6c33e974098943f805e153ed22548652f8c6c0b9 | |
parent | 0613ffbf53625ccecb96500b1cc7b0ef70cc8f04 [diff] |
[PATCH] Optimize qe_brg struct to use an array The qe_brg structure manually defined each of the 16 BRG registers, which made any code that used them cumbersome. This patch replaces the fields with a single 16-element array. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>