Scott McNutt 3ea0037f23 nios2: Fix outx/writex parameter order in io.h
The outx/writex macros were using writex(addr, val) rather than
   the standard writex(val, addr), resulting in incompatibilty with
   architecture independent components. This change set uses standard
   parameter order.

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2010-04-02 12:28:41 -04:00
..
2009-09-04 21:53:37 +02:00
2010-02-12 12:31:54 -06:00
2009-09-04 21:54:52 +02:00
2010-04-01 11:28:32 +02:00
2009-09-04 21:54:04 +02:00
2009-07-29 09:57:43 +02:00
2009-12-05 02:11:59 +01:00
2010-03-12 23:06:04 +01:00