From 27f224a0daa1b1bcca16061b5bb4f2fdd43a2b52 Mon Sep 17 00:00:00 2001 From: Fadi Kassem Date: Wed, 19 Nov 2014 17:29:52 -0600 Subject: SW276119/937528: OCC firmware halts PORE-SLW when initializing. Change-Id: Ie8f32f4a5d5c1b0ee914085a9398727de9891c39 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14555 Reviewed-by: Stephan Broyles Tested-by: Stephan Broyles --- src/ssx/pgp/pgp_async.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ssx') diff --git a/src/ssx/pgp/pgp_async.c b/src/ssx/pgp/pgp_async.c index 3bf9a63..f9c446f 100755 --- a/src/ssx/pgp/pgp_async.c +++ b/src/ssx/pgp/pgp_async.c @@ -762,7 +762,7 @@ void async_request_printk(AsyncRequest *request) { printk("----------------------------------------\n"); - printk("-- AsyncRequest @ %p\n", request); + printk("-- AsyncRequest @@ %p\n", request); printk("-- deque = %p\n", &(request->deque)); printk("-- start_time = 0x%016llx\n", request->start_time); printk("-- end_time = 0x%016llx\n", request->end_time); @@ -949,7 +949,7 @@ async_initialize() async_pore_initialize(&G_pore_gpe0_queue, ASYNC_ENGINE_PORE_GPE0); async_pore_initialize(&G_pore_gpe1_queue, ASYNC_ENGINE_PORE_GPE1); - async_pore_initialize(&G_pore_slw_queue, ASYNC_ENGINE_PORE_SLW); + #if CONFIGURE_PTS // PTS -- cgit v1.2.1