compare_ether_addr was removed in 3.14
[ps3linux_kernel_patches_314.git] / 0120-lv1call-add-storage-region-hvcalls.patch
blob46b662ccf2ee20c54f49726b8770bf8a19944df7
1 --- a/arch/powerpc/include/asm/lv1call.h 2012-02-07 18:22:20.218981765 +0100
2 +++ b/arch/powerpc/include/asm/lv1call.h 2012-02-08 19:44:40.636013978 +0100
3 @@ -327,6 +327,10 @@
4 LV1_CALL(storage_write, 6, 1, 246 )
5 LV1_CALL(storage_send_device_command, 6, 1, 248 )
6 LV1_CALL(storage_get_async_status, 1, 2, 249 )
7 +LV1_CALL(storage_create_region, 5, 2, 250 )
8 +LV1_CALL(storage_delete_region, 2, 1, 251 )
9 +LV1_CALL(storage_set_region_acl, 4, 1, 252 )
10 +LV1_CALL(storage_get_region_acl, 3, 2, 253 )
11 LV1_CALL(storage_check_async_status, 2, 1, 254 )
12 LV1_CALL(panic, 1, 0, 255 )
13 LV1_CALL(construct_lpm, 6, 3, 140 )