[OpenBIOS] [PATCH 2/3] sparc64: replace ASI numbers with macros

Igor Kovalenko igor.v.kovalenko at gmail.com
Tue May 25 22:28:23 CEST 2010


On Tue, May 25, 2010 at 11:28 PM, Blue Swirl <blauwirbel at gmail.com> wrote:
> On Tue, May 25, 2010 at 12:12 PM, Igor V. Kovalenko
> <igor.v.kovalenko at gmail.com> wrote:
>> From: Igor V. Kovalenko <igor.v.kovalenko at gmail.com>
>>
>> Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko at gmail.com>
>> ---
>>  include/arch/sparc64/io.h |   61 ++++++++++++++++++++++++++++++---------------
>>  1 files changed, 41 insertions(+), 20 deletions(-)
>>
>> diff --git a/include/arch/sparc64/io.h b/include/arch/sparc64/io.h
>> index d6280fe..f9088c3 100644
>> --- a/include/arch/sparc64/io.h
>> +++ b/include/arch/sparc64/io.h
>> @@ -2,6 +2,7 @@
>>  #define _ASM_IO_H
>>
>>  #include "asm/types.h"
>> +#include "asi.h"
>
> Shouldn't this be <asm/asi.h> after 1/3?

It ends up in the same directory so "asi.h" is good.

-- 
Kind regards,
Igor V. Kovalenko



More information about the OpenBIOS mailing list