Skip to content

Commit 7e309d1

Browse files
AvnishChouhan-IBMfrozencemetery
authored andcommitted
Enable shared processor mode in vector 5
This patch is to update the vector 5 which is troubling some machines to bootup properly in shared processor mode. Signed-off-by: Avnish Chouhan <[email protected]> (cherry picked from commit 30d2ee836649386a336f9437c8a149c8e642a46b)
1 parent a6587a5 commit 7e309d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub-core/kern/ieee1275/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ grub_ieee1275_ibm_cas (void)
376376
.vec4 = 0x0001, // set required minimum capacity % to the lowest value
377377
.vec5_size = 1 + sizeof(struct option_vector5) - 2,
378378
.vec5 = {
379-
0, 0, 0, 0, 0, 0, 0, 0, 256
379+
0, 192, 0, 128, 0, 0, 0, 0, 256
380380
}
381381
};
382382

0 commit comments

Comments
 (0)