From 7742e7756c0637ae5378e394ca03978826e31a78 Mon Sep 17 00:00:00 2001 From: Rahul Prabhakar Date: Tue, 13 Sep 2011 15:40:45 -0700 Subject: ARM: tegra: TrustedLogic drop 32055 The WARs checked into 12r7: disable LP0/LP1 and slave LP2, and force maxcpus to 1 aren't needed when used with the newer tf_include.h from this TL drop. bug 868906 bug 870224 bug 877339 Change-Id: Ic3002b1d5fa09e8171c0d43bf6978ae96e51daf8 Reviewed-on: http://git-master/r/53324 Reviewed-by: Rahul Prabhakar Tested-by: Rahul Prabhakar Reviewed-by: Niket Sirsi Reviewed-by: Jonathan White --- security/tf_driver/tf_comm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'security/tf_driver/tf_comm.h') diff --git a/security/tf_driver/tf_comm.h b/security/tf_driver/tf_comm.h index 48bd93450a06..8921dc1d1be0 100644 --- a/security/tf_driver/tf_comm.h +++ b/security/tf_driver/tf_comm.h @@ -154,9 +154,7 @@ int tf_fill_descriptor_table( * Standard communication operations *----------------------------------------------------------------------------*/ -#define STATUS_PENDING 0x00000001 - -int tf_schedule_secure_world(struct tf_comm *comm, bool prepare_exit); +int tf_schedule_secure_world(struct tf_comm *comm); int tf_send_receive( struct tf_comm *comm, -- cgit v1.2.3