diff for duplicates of <56EBC1EE.30805@redhat.com> diff --git a/a/1.txt b/N1/1.txt index a48c3e5..b3ff23c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -163,13 +163,13 @@ have sub-handler for these particular values. >> const struct fdt_property *prop; >> u32 *data; >> @@ -76,6 +87,14 @@ static void cpu_init(void) ->> assert(ret = 0); +>> assert(ret == 0); >> __icache_bytes = params.icache_bytes; >> __dcache_bytes = params.dcache_bytes; >> + >> + /* Interrupt Endianness */ >> + ->> +#if __BYTE_ORDER__ = __ORDER_LITTLE_ENDIAN__ +>> +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ >> + hcall(H_SET_MODE, 1, 4, 0, 0); >> +#else >> + hcall(H_SET_MODE, 0, 4, 0, 0); diff --git a/a/content_digest b/N1/content_digest index 85e8786..e1a8918 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020160318145949.5c35012c@voom.fritz.box\0" "From\0Laurent Vivier <lvivier@redhat.com>\0" "Subject\0Re: [kvm-unit-tests PATCH 1/5] powerpc: add exception handler\0" - "Date\0Fri, 18 Mar 2016 08:53:02 +0000\0" + "Date\0Fri, 18 Mar 2016 09:53:02 +0100\0" "To\0David Gibson <dgibson@redhat.com>\0" "Cc\0kvm@vger.kernel.org" kvm-ppc@vger.kernel.org @@ -177,13 +177,13 @@ ">> \t\tconst struct fdt_property *prop;\n" ">> \t\tu32 *data;\n" ">> @@ -76,6 +87,14 @@ static void cpu_init(void)\n" - ">> \tassert(ret = 0);\n" + ">> \tassert(ret == 0);\n" ">> \t__icache_bytes = params.icache_bytes;\n" ">> \t__dcache_bytes = params.dcache_bytes;\n" ">> +\n" ">> +\t/* Interrupt Endianness */\n" ">> +\n" - ">> +#if __BYTE_ORDER__ = __ORDER_LITTLE_ENDIAN__\n" + ">> +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__\n" ">> + hcall(H_SET_MODE, 1, 4, 0, 0);\n" ">> +#else\n" ">> + hcall(H_SET_MODE, 0, 4, 0, 0);\n" @@ -469,4 +469,4 @@ "> \n" > -0a90a768e060275bcfe1d33fde3762aced4ae7a777e599bfb9c908352af13b0f +cc0b60f673c9bbe7cca5bac61e1334a45c8472dd3f0272acaea6d2c2c595b578
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.