[PATCH 2/4] capture: Add SMP support.

2014-11-04 Thread Jennifer Averett
To support smp data was broken into global and percpu capture data. Capture control must be disabled prior to printing or setting of watch points. Methods to print the data were moved from capture-cli into a support area and are no longer static so that they can be shared by test routines, or

Re: [PATCH 2/4] capture: Add SMP support.

2014-11-04 Thread Gedare Bloom
I was reviewing this code and lost my spot. There are some notes below, but I have no more time to weed through. I'd recommend splitting this patch into more pieces: 1) Moving code into capture_support. 2) Adding SMP support. 3) Fixing formatting/style/documentation issues in legacy portions.

RE: [PATCH 2/4] capture: Add SMP support.

2014-11-04 Thread Jennifer Averett
-Original Message- From: ged...@gwmail.gwu.edu [mailto:ged...@gwmail.gwu.edu] On Behalf Of Gedare Bloom Sent: Tuesday, November 04, 2014 10:16 AM To: Jennifer Averett Cc: rtems-de...@rtems.org Subject: Re: [PATCH 2/4] capture: Add SMP support. I was reviewing this code and lost