~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to erts/emulator/beam/erl_alloc.types

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
type    DDLL_HANDLE     STANDARD        SYSTEM          ddll_handle
214
214
type    DDLL_ERRCODES   LONG_LIVED      SYSTEM          ddll_errcodes
215
215
type    DDLL_TMP_BUF    TEMPORARY       SYSTEM          ddll_tmp_buf
 
216
type    PORT_TASK       SHORT_LIVED     SYSTEM          port_task
 
217
type    PORT_TASKQ      SHORT_LIVED     SYSTEM          port_task_queue
 
218
type    MISC_OP_LIST    SHORT_LIVED     SYSTEM          misc_op_list
 
219
type    PORT_NAMES      SHORT_LIVED     SYSTEM          port_names
 
220
type    PORT_DATA_LOCK  STANDARD        SYSTEM          port_data_lock
 
221
type    NODES_MON       STANDARD        PROCESSES       nodes_monitor
 
222
 
 
223
+if smp
 
224
type    PORT_LOCK       STANDARD        SYSTEM          port_lock
 
225
type    DRIVER_LOCK     STANDARD        SYSTEM          driver_lock
 
226
type    XPORTS_LIST     SHORT_LIVED     SYSTEM          extra_port_list
 
227
+endif
 
228
 
216
229
#
217
230
# Types used for special emulators
218
231
#
284
297
type    POLL_RES_EVS    LONG_LIVED      SYSTEM          poll_result_events
285
298
type    FD_STATUS       LONG_LIVED      SYSTEM          fd_status
286
299
type    DRV_EV_STATE    LONG_LIVED      SYSTEM          driver_event_state
287
 
type    DRV_EV_D_STATE  STANDARD        SYSTEM          driver_event_data_state
 
300
type    DRV_EV_D_STATE  FIXED_SIZE      SYSTEM          driver_event_data_state
 
301
type    DRV_SEL_D_STATE FIXED_SIZE      SYSTEM          driver_select_data_state
288
302
type    POLLSET_UPDREQ  SHORT_LIVED     SYSTEM          pollset_update_req
 
303
type    PRT_REP_EXIT    STANDARD        SYSTEM          port_report_exit
289
304
 
290
305
+endif
291
306